aicoolies logo
fzf logo
fzf logo

fzf

Command-line fuzzy finder

open sourceupdated Apr 22, 2026

General-purpose command-line fuzzy finder written in Go that adds interactive filtering to any list — files, command history, processes, Git branches, and more. Blazing fast even on millions of entries. Integrates with bash, zsh, fish, and vim/neovim for history search (Ctrl+R), file finding, and directory jumping. Supports preview windows, multi-select, and custom key bindings. 67K+ GitHub stars. One of the most essential CLI productivity tools in the modern developer toolkit.

Fzf is a general-purpose command-line fuzzy finder that acts as an interactive filter for any list of items, including files, command history, processes, Git branches, and bookmarks. Written in Go for portability and performance, fzf can process millions of items with negligible latency, making it one of the most versatile tools in the modern terminal toolkit. It solves the fundamental problem of finding and selecting items from large lists in the terminal by providing a fast, interactive, fuzzy-matching interface.

Fzf implements an advanced fuzzy matching algorithm that finds results even when characters are scattered across the string, supports extended search syntax with exact matching, prefix matching, and exclusion operators, and provides rich customization through an event-action binding mechanism. It comes with built-in shell key bindings: Ctrl+T for file selection, Alt+C for directory navigation, and Ctrl+R for intelligent history search. Fzf supports preview windows for displaying file contents or command output alongside search results, and can be used as a selection UI for any command-line workflow.

Fzf is indispensable for developers and power users who want to speed up every aspect of their terminal workflow. It integrates seamlessly with Bash, Zsh, Fish, Vim, and Neovim, and pairs particularly well with tools like fd for file finding, ripgrep for code search, and bat for file preview. Fzf has become a foundational building block in countless terminal workflows, from Git branch switching to Kubernetes pod selection, making it one of the most widely adopted CLI productivity tools.

Pricing

Free

Platforms

macOS, Linux, Windows

Categories

Tags

Use Cases

Related Tools

computed discovery: shared active categories · kept separate from editor-verified Alternatives

Grok logo

Grok Build

Top Pick

xAI's terminal coding agent with parallel subagents and worktree-aware automation

Grok Build is xAI's terminal-first coding agent for planning, editing, testing, and reviewing code from a local CLI. The early beta exposes subagent controls, worktree mode, headless JSON output, best-of-N parallel attempts, sandbox profiles, and experimental memory. It fits developers comparing Claude Code, Codex, and Gemini CLI for local agentic workflows with deeper parallel execution.

paid
Ghostty logo

Ghostty

Top Pick

Fast, native terminal emulator

GPU-accelerated terminal emulator written in Zig by Mitchell Hashimoto (HashiCorp co-founder). Native UI rendering on macOS and Linux. Supports ligatures, true color, Kitty graphics protocol, and splits/tabs. Configurable via a simple key-value file with sensible defaults. Open-source with 20K+ GitHub stars and a focus on correctness, speed, and minimal resource usage. Growing as a modern alternative to iTerm2, Alacritty, and WezTerm.

Open Source
Claude Code logo

Claude Code

Top Pick

Anthropic's agentic coding CLI

Anthropic's agentic CLI coding tool that delegates complex tasks to Claude directly from the terminal. Understands entire codebases via automatic context gathering, edits multiple files, runs shell commands, and manages Git workflows autonomously. Supports CLAUDE.md for persistent project instructions, integrates with VS Code and JetBrains, and uses Claude Opus/Sonnet with extended thinking for complex architectural decisions. Built for terminal-first developers.

paid
Codex logo

Codex

Top Pick

OpenAI coding agent for app, editor, terminal, and cloud work

Codex is OpenAI's coding agent for software development across the Codex app, editor, terminal, and cloud tasks. It helps write, review, debug, refactor, and automate code, with ChatGPT plan access for managed surfaces and API-key usage for CLI, SDK, and IDE workflows. The open-source CLI and SDK support local repository work, while cloud features add GitHub review, Slack/Linear integrations, worktrees, skills, MCP, and automations.

freemium
roborev logo

roborev

Continuous local code-review loops for commits produced by AI coding agents

roborev is an MIT-licensed local review system that checks every commit in the background, stores findings in a review queue, and feeds actionable issues back into AI coding sessions. Git hooks, a TUI, branch and dirty-tree analysis, Codex and Claude agent hooks, plus iterative fix/refine commands turn review into a continuous agent workflow.

Open SourceTelemetry
Windows-MCP logo

Windows-MCP

MCP server for controlling Windows desktops through UIAutomation

Windows-MCP is an open-source MCP server for giving AI agents structured access to Windows desktop automation. It focuses on UIAutomation, snapshots, input control, and Windows-specific app workflows, making it different from general filesystem or shell MCP servers.

Open Source

Used in Stacks

FAQ

What is fzf?

General-purpose command-line fuzzy finder written in Go that adds interactive filtering to any list — files, command history, processes, Git branches, and more. Blazing fast even on millions of entries. Integrates with bash, zsh, fish, and vim/neovim for history search (Ctrl+R), file finding, and directory jumping. Supports preview windows, multi-select, and custom key bindings. 67K+ GitHub stars. One of the most essential CLI productivity tools in the modern developer toolkit.

Is fzf free?

Yes — fzf is open source and free to use. Free

Is fzf open source?

Yes — fzf is open source.

What are the best fzf alternatives?

The top editor-verified fzf alternatives are ripgrep, Atuin, zoxide.