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



This content originally appeared on DEV Community and was authored by Moshe Revah

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

Linux

cargo install --git https://github.com/zippoxer/recall

Windows
Download from releases

Use

recall

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


This content originally appeared on DEV Community and was authored by Moshe Revah