OSS Tanbou

fzf — an interactive terminal tool for fuzzy-selecting any candidate list

Discovery score 310.6OSS health 91
About these scores

Discovery score is an unbounded weighted, log-compressed index of stars, watchers, forks, and contributors. Growth momentum is its change over the observed period; OSS health is a 0–100 score from available repository recency, Community Health, and release data.

Stars
82,949
Primary language
Go
License
MIT
Repository last updated
Sep 12, 2026

Overview

fzf accepts candidates from standard input or another source, narrows them through fuzzy matching, and returns selected values to the next command. It is not limited to files: history, processes, hosts, Git data, and custom menus can all become interactive.

Based on official documentation; not hands-on tested · Content checked:

What it controls

The single-binary finder supports multi-selection, search syntax, previews, display layouts, events, and external command execution. Its README also documents key bindings and completion for Bash, Zsh, Fish, and Nushell, plus Vim and Neovim integration.

Sources: [1]

Where it fits

It fits tasks where a keyboard-driven selection step is needed over many candidates or where an existing CLI's output should become interactive. Because it sits between a candidate producer and a result consumer, it scales from a small shell helper to an interface resembling a purpose-built TUI.

Sources: [1]

Boundaries to review

fzf does not build a semantic file index or define what its candidates mean; it filters the input it receives. Candidate command performance, permissions, and .gitignore behavior remain separate design choices. Preview and execute bindings run external commands during interaction, so avoid attaching destructive updates without explicit safeguards.

Sources: [1]

Official sources

  1. [1]fzf README(2026-09-12)
Supplemental curator note

Selected for compressing its category into a three-letter name and sustaining discovery through integration topics and derivative tools.

Growth trends

Last 30 days

82,949 Stars

Trend data is still being collected.

Built with

  • Go

Categories and tags

GitHub Topics

  • fzf
  • go
  • bash
  • zsh
  • fish
  • vim
  • neovim
  • cli
  • unix
  • tmux
GitHub dataView detailed GitHub data
Stars
82,949
Forks
2,869
Watchers
444
Open issues
268
Contributors
313
Primary language
Go
License
MIT
Repository last updated
Sep 12, 2026
Report incorrect information

Tell us if any listing information is incorrect or outdated.

fzf: a command-line fuzzy finder | OSS Tanbou