Skip to content

Add recall to Tools & Utilities#300

Open
f4rkh4d wants to merge 1 commit into
jqueryscript:mainfrom
f4rkh4d:add-recall
Open

Add recall to Tools & Utilities#300
f4rkh4d wants to merge 1 commit into
jqueryscript:mainfrom
f4rkh4d:add-recall

Conversation

@f4rkh4d
Copy link
Copy Markdown

@f4rkh4d f4rkh4d commented May 20, 2026

Adds recall to 🛠️ Tools & Utilities.

Claude Code keeps a transcript of every conversation under ~/.claude/projects but gives you no way to search them. recall makes that history greppable:

  • search your messages, Claude's replies, and optionally the Bash commands that ran
  • filter by --project, --role, --since (7d/24h/date), --regex
  • results grouped by session, newest first, matched term highlighted in context
  • every match prints claude --resume <session-id> so you can jump straight back into that conversation
  • single Go binary, reads local files only, no network calls

Complements the usage/observability tools already in the list (ccusage, codeburn) - those answer "how much", this answers "where did we talk about X". Placed at the end of Tools & Utilities with the other 0⭐ entries, matching the existing format.

A Go CLI for full-text search over local Claude Code session
transcripts, with a resume command for each match.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant