Remix.run Logo
Show HN: DejaView – Terminal dashboard for all your Claude Code sessions(github.com)
2 points by thisbrt 9 hours ago

Hi HN!

This is my first ever open-source project. It's nothing fancy, but it scratches an itch: claude --resume only works if you remember which directory the session was in.

dejaview is a TUI that reads the transcripts in ~/.claude/projects/, groups sessions by project, and lets you jump back into any of them with Enter. Read-only, local-only, no config. Built with Textual. Try it: uvx dejaview

Feedback is very welcome!