fzf
NewCommand-line fuzzy finder for interactive filtering. Use when searching files, command history (CTRL-R), creating interactive menus, or integrating with ripgrep, fd, and git. Triggers on fzf, fuzzy finder, ** completion, or CTRL-T/CTRL-R/ALT-C keybindings.
Summary
This skill integrates fzf, the command-line fuzzy finder, into Claude Code for interactive file searching, command history navigation, and creating dynamic menus.
- It helps developers quickly filter and select items from lists, making shell workflows more efficient and reducing manual typing.
Install & Usage
/plugin marketplace add <org/repo>Add the configuration to /plugin install fzf@<marketplace>
/pluginUse Cases
Usage Examples
/fzf search for a file named 'config' in the current directory
/fzf use CTRL-R to find the docker run command I used yesterday
/fzf create an interactive menu to select a git branch to checkout
Security Audits
Frequently Asked Questions
What is fzf?
This skill integrates fzf, the command-line fuzzy finder, into Claude Code for interactive file searching, command history navigation, and creating dynamic menus. It helps developers quickly filter and select items from lists, making shell workflows more efficient and reducing manual typing.
How to install fzf?
To install fzf: add a marketplace (/plugin marketplace add <org/repo>), then add the config to /plugin install fzf@<marketplace>. Finally, /plugin in Claude Code.
What is fzf best for?
fzf is a plugin categorized under General. It is designed for: fzf, fuzzy, search, filter, interactive, shell, cli, completion. Created by Alberto Leal.
What can I use fzf for?
fzf is useful for: Search for a file in a large project by typing partial names and selecting from fuzzy matches.; Navigate command history interactively using CTRL-R to find and reuse previous commands.; Create an interactive menu for selecting git branches, commits, or files to operate on.; Filter and preview file contents using fzf combined with ripgrep for code search.; Quickly switch directories by fuzzy-matching directory names with ALT-C.; Build custom interactive workflows, like selecting multiple files to process with a script..