Search through your Claude Code prompt history across projects.
fpf provides a fast, interactive TUI for searching and retrieving prompts from your Claude Code conversation history. It lets you fuzzy search through all your past prompts, then copies your selection to the clipboard.
- Fuzzy search - Find prompts even with typos or partial matches
- Project filtering - Narrow results to a specific project directory using
%p - Preview mode - View full multi-line prompts before selecting
- Clipboard integration - Selected prompts are automatically copied
- Smart deduplication - Keeps only the most recent version of duplicate prompts
- Time awareness - Shows how long ago each prompt was used
- Fast - Efficiently scans and searches large prompt histories
Download the latest release for your platform from the releases page.
Extract the archive and move the binary to somewhere in your $PATH:
tar -xzf fpf_*_*.tar.gz
mv fpf /usr/local/bin/git clone https://github.com/elliotekj/fpf.git
cd fpf
just build
mv bin/fpf /usr/local/bin/fpf is released under the Apache License 2.0.
This tool was written by Elliot Jackson.
- Blog: https://elliotekj.com
- Email: elliot@elliotekj.com