fzf-tab
A Zsh plugin that replaces the default tab-completion selection menu with the fzf fuzzy finder.
These buttons open the developer's own site, repository or store listing in a new tab. wares.gg does not host downloads.
1 more ways to get fzf-tab
Package managers
- Homebrew
brew install fzf-tab
About fzf-tab
fzf-tab changes what happens when you press Tab in Zsh and more than one completion matches. Instead of the built-in selection menu, the candidates open in fzf, so you can narrow them down by typing part of a name and pick one with fuzzy matching.
It installs manually or through plugin managers such as Antigen, Zinit, Oh-My-Zsh and Prezto. fzf must already be installed, and the plugin has to be loaded after compinit but before plugins that wrap widgets, such as zsh-autosuggestions. The README also covers tmux use and an optional binary module.
Strengths
- Fuzzy filtering of any Zsh completion list
- Works with common Zsh plugin managers
- Can be used with tmux
Limitations
- Zsh only
- Requires fzf to be installed separately
- Load order relative to other plugins matters
Details
- Pricing
- FreeFree to use, with source published on GitHub.
- License
- Open source, license not stated
- Developer
- Aloxaf
- Platforms
- Command line
- How it runs
- Downloadable app
- Account
- Not required
- Works offline
- Yes
- Best suited for
- Zsh users who want fuzzy search in tab completion
- Categories
- CLI tools
- Last verified
- Added
- Provenance
- Facts checked against the developer's own pages and store listings, 1 sources on file.
Similar software
Related functionality, not necessarily a direct replacement.
fzf
A fuzzy filter for any list: files, command history, processes, branches, anything you can pipe into it.
Carapace
Add argument completion for many tools across multiple shells.
zsh-autosuggestions
A Zsh plugin that suggests commands as you type, based on your shell history.
zsh-syntax-highlighting
A Zsh plugin that highlights commands as you type them, in the style of Fish.
antidote
A Zsh plugin manager written in Zsh, continuing the legacy Antibody and Antigen plugin managers.
forgit
A shell plugin that makes common Git commands interactive through the fzf fuzzy finder.