aloxaf/fzf-tab

Replace zsh's default completion selection menu with fzf!

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 3 minutes ago
Type:Plugin / ExtensionCategory(s):Terminal, Shell & TUIDeveloper Tools
Added to GitGenius on September 14th, 2026
Created on December 25th, 2019
Open Issues & Pull Requests: 111 (+0)
GitHub issues: Enabled
Number of forks: 149
Total Stargazers: 4,936 (+0)
Total Subscribers: 22 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 9.1 days
Mean response time: 84.4 days
90th percentile: 144.5 days
Tracked items: 90

Most active contributors

Sign in to see contributor activity.

How this project is maintained

100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Work labelled "bug" is answered fastest, typically in about 5 days, while "question" waits about 5 weeks. Three people close 83% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 43
New in 7 days: 1
Closed in 7 days: 0
Avg open age: 713 days
Stale 30+ days: 38
Stale 90+ days: 32

Recent activity

Opened in 7 days: 1
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 1

Top labels

  • bug (46)
  • question (41)
  • enhancement (14)
  • confirmed (2)
  • need information (2)
  • zsh (2)
  • compsys (1)
  • upstream (1)

Detailed Description

fzf-tab is a zsh plugin that replaces the default completion selection menu with an interactive fuzzy finder.

The tool solves the problem of navigating through long completion lists by integrating fzf into zsh's completion system. Rather than implementing its own completion logic, it intercepts the results from zsh's standard completion system and displays them through fzf, allowing fuzzy searching and filtering. This approach means it works with all completion contexts—variables, function names, directory stacks, in-word completion—without reimplementing completion behavior.

Developers using zsh should adopt this tool if they want faster, more intuitive completion navigation without losing their existing completion configuration. It suits any zsh setup where completion lists are large or frequent. The plugin distinguishes itself from alternatives by not replacing the completion system itself; it only changes how results are presented, so existing completion customizations remain valid. It provides optional features like a tmux popup integration for tmux 3.2 and later, and a binary module to accelerate file colorization when handling large numbers of files.

The project maintains active engagement with plugin compatibility, documenting how to properly load fzf-tab alongside other plugins that wrap zsh widgets. The tool includes multiple installation methods across different zsh plugin managers and frameworks. Development includes optional performance optimizations through a compiled binary module for color processing, suggesting attention to real-world usage at scale.