What’s the best way to save Claude code conversations?

0
75
Asked By CleverFrog77 On

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

Answered By ChattyCoder92 On

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!

Answered By JsonGuru88 On

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!

CleverFrog77 -

Thank you for the tip!

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.