Hey everyone! I'm looking for ways to save my Claude code conversations directly from the terminal. Is there a specific method or another tool that can help with this?
2 Answers
You actually don't need to worry too much about saving the conversations! Just use the command `Claude --resume` and it will pull up a list of all your previous chats. Super handy!
To really keep things safe, check out `~/.claude/projects/*/*.jsonl`. It stores your entire conversation history, but just a heads up, it usually gets cleared after 30 days. If you want to keep them longer, consider saving them yourself. You can even have Claude help create an app for you to view them!
Thank you for the tip!