DEV Community

Cover image for Searching 2500+ Claude Code sessions was painful, so I fixed it
Moshe Revah
Moshe Revah

Posted on

Searching 2500+ Claude Code sessions was painful, so I fixed it

Last week I needed to find a conversation where I'd solved an auth bug. I knew it existed somewhere in my 2500 Claude Code sessions.

claude --resume searches titles. The title was "Help Debugging". Helpful.

5 minutes of scrolling later, I gave up and rewrote the fix from scratch.

So I built recall:

recall demo

Full-text search. Preview pane. Press Enter to resume.

Codex CLI sessions supported too!

Install

macOS

brew install zippoxer/tap/recall
Enter fullscreen mode Exit fullscreen mode

Linux

cargo install --git https://github.com/zippoxer/recall
Enter fullscreen mode Exit fullscreen mode

Windows
Download from releases

Use

recall
Enter fullscreen mode Exit fullscreen mode

That's it. Start typing to search. Enter to jump back in.

Key Action
↑↓ Navigate results
Enter Resume conversation
/ Toggle scope (folder/everywhere)
Esc Quit

github.com/zippoxer/recall

Top comments (0)