ZIP
WinGet
fzf
Junegunn Choi · 0.71.0 · x64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Distributed as a ZIP archive — extract the contents and run the executable directly. No installer is included.
File Identity
Filename
fzf-0.71.0-windows_amd64.zip
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
junegunn.fzf
Version
0.71.0
Description
A general-purpose command-line fuzzy finder
License
MIT
↗
Homepage
https://github.com/junegunn/fzf
Installer URL
https://github.com/junegunn/fzf/releases/download/v0.71.0/fzf-0.71.0-windows_amd64.zip
Release Notes
Release highlights: https://junegunn.github.io/fzf/releases/0.71.0/
- Added --popup as a new name for --tmux with Zellij support
- --popup starts fzf in a tmux popup or a Zellij floating pane
- --tmux is now an alias for --popup
- Requires tmux 3.3+ or Zellij 0.44+
- Cross-reload item identity with --id-nth
- Added --id-nth=NTH to define item identity fields for cross-reload operations
- When a reload is triggered with tracking enabled, fzf searches for the tracked item by its identity…