Skip to content

elliotekj/fpf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fpf - Fuzzy Prompt Finder

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.

asciicast

Features

  • 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

Installation

Pre-built binaries

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/

From source

git clone https://github.com/elliotekj/fpf.git
cd fpf
just build
mv bin/fpf /usr/local/bin/

License

fpf is released under the Apache License 2.0.

About

This tool was written by Elliot Jackson.

About

🔎 Fuzzy prompt finder for Claude Code

Resources

License

Stars

Watchers

Forks

Packages

No packages published