fzf

Community

Interactive fuzzy finder for shell workflows.

Authordashed
Version1.0.0
Installs0

System Documentation

What problem does it solve?

fzf provides an interactive, fast way to filter and select items from any list, outputting the chosen item(s) for use in scripts, pipelines, or command-line workflows. It eliminates tedious manual selection and enables rapid navigation of large result sets.

Core Features & Use Cases

  • Interactive selection from STDIN with fuzzy matching, enabling quick picking from long lists such as filenames, command histories, or search results.
  • Built-in shell integrations and keybindings (CTRL-T, CTRL-R, ALT-C) to streamline editing, searching, and directory navigation.
  • Seamless integration with common tools (ripgrep, fd, git) to power fast, composable workflows.
  • Use Case: Scan a project’s files with fd, filter with fzf, then open the selected file in your editor.

Quick Start

  1. Install fzf on your system (examples: macOS: brew install fzf; Debian/Ubuntu: sudo apt-get install fzf).
  2. List items and choose one: fd --type f | fzf
  3. Open the selected file (example): vim "$(fd --type f | fzf)" # adapt to your editor

Dependency Matrix

Required Modules

None required

Components

references

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: fzf
Download link: https://github.com/dashed/claude-marketplace/archive/main.zip#fzf

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.