Fuzzy Finders
Fuzzy finders enable interactive filtering of any list - files, command history, git branches, processes, and more. They integrate with shells and editors to supercharge your workflow.
Available Tools
How to Choose a Fuzzy Finder?
For most users: fzf is the de facto standard with excellent shell integration, Vim/Neovim plugins, and extensive ecosystem.
For Rust enthusiasts: skim (sk) offers fzf compatibility with async support and Rust performance.
For simplicity: peco provides a straightforward interactive filtering experience without complexity.
Common use cases: File navigation (Ctrl+T), command history (Ctrl+R), directory jumping, git branch selection, and process management.