macOS
brew install fzflocal Homebrew formula metadata
sudo port install fzfMacPorts ports tree · sysutils/fzf/Portfile · 来源: api.github.com
安装
brew install fzflocal Homebrew formula metadata
sudo port install fzfMacPorts ports tree · sysutils/fzf/Portfile · 来源: api.github.com
sudo apk add fzfAlpine Linux edge package indexes · fzf · 来源: dl-cdn.alpinelinux.org
sudo dnf install fzfFedora Rawhide package metadata · fzf · 来源: dl.fedoraproject.org
nix profile install nixpkgs#fzfnixpkgs package indexes · pkgs/by-name/fz/fzf/package.nix · 来源: api.github.com
sudo pacman -S fzfArch Linux sync databases · fzf · 来源: geo.mirror.pkgbuild.com
sudo zypper install fzfopenSUSE Tumbleweed package metadata · fzf · 来源: download.opensuse.org
choco install fzfChocolatey community package catalog · fzf · 来源: community.chocolatey.org
scoop install main/fzfScoop official bucket manifest trees · bucket/fzf.json · 来源: api.github.com
winget install --id junegunn.fzf -eWindows Package Manager source index · junegunn.fzf · 来源: cdn.winget.microsoft.com
概览
Command-line fuzzy finder written in Go
历史
fzf is a general-purpose command-line fuzzy finder and interactive terminal toolkit. Its README describes it as a fast, portable, programmable single-binary tool for selecting files, browsing command history, previewing data, navigating datasets, and building custom terminal menus.
The GitHub repository was created in October 2013, and the README copyright line spans 2013-2026. Over time the project expanded from a fuzzy selector into a terminal UI toolkit with preview windows, event bindings, reload actions, shell integrations, Vim and Neovim support, and packaged binaries.
Recent changelog entries show active development in the 0.70 series and later, including popup support for tmux and Zellij, reload tracking, performance improvements, Nushell integration, new preview and border behavior, and HTTP/listen-related enhancements.
fzf is widely packaged by operating-system and language-adjacent package managers. The official README documents Homebrew, MacPorts, Debian/Ubuntu, Fedora, Alpine, Nix, Arch, FreeBSD, NetBSD, OpenBSD, Gentoo, Spack, Void, Chocolatey, Scoop, Winget, MSYS2, git installs, binary releases, and Vim plugin installation.
The basic model is Unix-pipeline friendly: fzf reads newline-separated candidates from stdin and writes the selected item to stdout. Without stdin, it can traverse the current directory. Shell integration adds key bindings and fuzzy completion for Bash, Zsh, Fish, and Nushell, while the Vim integration exposes functions and the `:FZF` command.
fzf is one of the canonical examples of a small CLI package becoming a platform primitive. Package maintainers care about it because it is not just an executable but also shell scripts, editor integration, completions, optional tmux/Zellij behavior, binary releases, and cross-platform package-manager coverage.
安全态势
narrow executable package without higher-risk signals.
绿色 风险 · 低 置信度 · appliance
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
$FZF_DEFAULT_OPTS_FILE~/.fzfrc可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
fzf | cli | 全局可执行文件 | |
fzf-preview.sh | cli | 全局可执行文件 | |
fzf-tmux | cli | 全局可执行文件 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
https://github.com/junegunn/fzf
安装元数据
| 软件包键 | brew:fzf |
|---|---|
| 版本 | 0.74.1 |
| 软件包管理器 | Homebrew |
| 软件包管理器页面 | https://formulae.brew.sh/formula/fzf |
| 主页 | https://junegunn.github.io/fzf/ |
| 仓库 | https://github.com/junegunn/fzf |
| 上游文档 | https://github.com/junegunn/fzf#readme |
| 许可证 | MIT |
| 源码归档 | https://github.com/junegunn/fzf/archive/refs/tags/v0.74.1.tar.gz |
| 最后更新 | 2026-07-18T15:14:29Z |
| Pulse | updated |
| 构建依赖 | go |
| macOS 提供的库 | ncurses |
| Bottle | 可用 (于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定义 |
| 服务 | 未声明 |
| 注意事项 | To set up shell integration, see: https://github.com/junegunn/fzf#setting-up-shell-integration To use fzf in Vim, add the following line to your .vimrc: set rtp+=$HOMEBREW_PREFIX/opt/fzf |
注册表事实
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | fzf |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
源数据库匹配
匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。
fzf 0.60.3-1+b2
general-purpose command-line fuzzy finder
https://github.com/junegunn/fzf
sudo apt install fzffzf
nix profile install nixpkgs#fzffzf 0.44.1-1
general-purpose command-line fuzzy finder
https://github.com/junegunn/fzf
sudo apt install fzffzf 0.73.1-r0
A command-line fuzzy finder
https://github.com/junegunn/fzf
sudo apk add fzffzf-bash-plugin 0.73.1-r0
Bash plugin for fzf (completion and key bindings)
https://github.com/junegunn/fzf
sudo apk add fzf-bash-pluginfzf-doc 0.73.1-r0
A command-line fuzzy finder (documentation)
https://github.com/junegunn/fzf
sudo apk add fzf-docfzf-fish-plugin 0.73.1-r0
Fish key bindings for fzf
https://github.com/junegunn/fzf
sudo apk add fzf-fish-pluginfzf-neovim 0.73.1-r0
fzf vim plugin for neovim
https://github.com/junegunn/fzf
sudo apk add fzf-neovimfzf-tmux 0.73.1-r0
Helper script to start fzf in a tmux pane
https://github.com/junegunn/fzf
sudo apk add fzf-tmuxfzf-vim 0.73.1-r0
fzf vim plugin
https://github.com/junegunn/fzf
sudo apk add fzf-vimfzf-zsh-plugin 0.73.1-r0
Zsh plugin for fzf (completion and key bindings)
https://github.com/junegunn/fzf
sudo apk add fzf-zsh-pluginfzf 0.73.1-1.fc45
A command-line fuzzy finder written in Go
https://github.com/junegunn/fzf
sudo dnf install fzffzf 0.72.0-1
Command-line fuzzy finder
https://github.com/junegunn/fzf
sudo pacman -S fzffzf 0.73.1-1.1
A command-line fuzzy finder
https://github.com/junegunn/fzf
sudo zypper install fzffzf-bash-integration 0.73.1-1.1
Bash completion for fzf
https://github.com/junegunn/fzf
sudo zypper install fzf-bash-integrationfzf-fish-integration 0.73.1-1.1
Fish completion for fzf
https://github.com/junegunn/fzf
sudo zypper install fzf-fish-integration来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.