nicosuave/memex
80 stars · Last commit 2026-07-27
Fast transcript search for humans & agents. Supports Claude Code, Codex CLI & OpenCode
README preview
# memex Fast local history search for Claude, Codex CLI, Cursor, OpenCode, Pi Coding Agent, OpenClaw, and GitHub Copilot CLI logs. Uses BM-25 and optionally embeds your transcripts locally for hybrid search. Mostly intended for agents to use via skill. The intended workflow is to ask agent about a previous session & then the agent can narrow things down & retrieve history as needed. Includes a TUI for browsing, finding and resuming agent CLI sessions, with optional [token usage](#token-usage) tracking.  ## Install ```bash brew install nicosuave/tap/memex ``` Or ```bash curl -fsSL https://raw.githubusercontent.com/nicosuave/memex/main/scripts/setup.sh | sh ```