sgargel/claude-session-browser ? reverse-engineered prompt
Reverse engineered prompt
Build me a small terminal app that helps me browse and resume my Claude Code sessions across all projects from one place.
I want to open it in the terminal and see my saved sessions from ~/.claude/projects/, with a nice text based interface that makes it easy to search, move around, and pick one to continue. The main view should show projects and sessions in a two panel layout, and there should also be a simpler flat view that lists all sessions sorted by date. When I choose a session, it should resume that Claude session in the original folder it came from.
Please also include a way to delete a session with a confirmation step, and let me back it up first if I want. I’d like a restore mode too, so I can browse backups and put one back where it belongs. Keep it as a clean Python command line app, and if you need to check current docs or best practices, look them up online.
Are you gonna build this?
make sure you review the code using coderabbit