zippoxer is a small, developer-focused software publisher whose single public utility, recall, is aimed squarely at users of AI-driven command-line coding assistants such as Claude Code and Codex CLI. Instead of scrolling through long terminal histories or retyping prompts, recall indexes every question, answer, and code snippet exchanged during a session and lets the user fuzzy-search the entire log by keyword, file path, or function name. Results appear instantly in an ncurses-style picker; hitting enter re-injects the chosen exchange back into the active prompt, letting the coder pick up exactly where the conversation left off. The tool is written in Go, ships as a zero-dependency binary for Windows, macOS, and Linux, and stores its lightweight index in the project folder so it can be version-controlled alongside source code. Typical workflows include resuming multi-step refactorings, replaying debugging dialogues across branches, and sharing annotated AI sessions with teammates for review. Because recall treats the chat log as structured data, it can also export filtered subsets to markdown or JSON for documentation or compliance audits. While narrow in scope, the utility illustrates zippoxer’s broader interest in bridging human-readable AI interactions with everyday development tooling. The publisher’s software is available free of charge on get.nero.com, where downloads are delivered through trusted Windows package sources such as winget, always install the latest release, and can be queued for batch deployment alongside other applications.

recall

Search and resume Claude Code and Codex CLI conversations

Details