fzf
:cherry_blossom: A command-line fuzzy finder observed · 2026-08-28
Health v2 · maintenance only
99/100
- Activity 99
- Release rhythm 98
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 13
- age_days: 4697
- days_rel: 16
- days_push: 8
- n_releases_24m: 34
Adoption not part of the score
82667 stars · 2859 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
fzf is a general-purpose command-line fuzzy finder and interactive terminal toolkit distributed as a single Go binary. It lets users interactively filter lists of items (files, command history, arbitrary data) with fuzzy matching and build custom terminal workflows via shell and Vim/Neovim integrations.
Use cases
- fuzzy find files from the terminal
- search shell command history interactively
- pipe any list of items into an interactive filter
- build custom terminal menus and pickers in shell scripts
- preview files while selecting them in the terminal
- integrate fuzzy finding into vim or neovim
- browse and switch git branches quickly
When to choose
- you want a fast, portable single-binary fuzzy finder for unix shells
- you need interactive filtering of large lists (millions of items) in the terminal
- you want to add pickers and menus to bash/zsh/fish scripts
- you use vim/neovim and want fuzzy file or buffer selection
When to avoid
- you need a GUI-based file search tool
- you want full-text content search rather than filtering a list of lines (use ripgrep + fzf together)
- your environment has no terminal access
Facets
cli-tool · maturity stable
cli search-engine developer-tools terminal-ui developer-tools windows bsd cli cross-platform fuzzy-finder shell-integration vim-plugin interactive-filter tmux command-line linux macos
1 source
- readme: https://github.com/junegunn/fzf · fetched 2026-08-28 · 85c51415ea99
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| junegunn/fzf | main | 99 |
| junegunn/fzf.vim | plugin | 77 |
| junegunn/fzf-git.sh | plugin | 75 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem