ZIP
WinGet
fzf
Junegunn Choi · 0.65.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.65.0-windows_amd64.zip
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
junegunn.fzf
Version
0.65.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.65.0/fzf-0.65.0-windows_amd64.zip
Release Notes
- Added click-footer event that is triggered when the footer section is clicked. When the event is triggered, the following environment variables are set:
- $FZF_CLICK_FOOTER_COLUMN - clicked column (1-based)
- $FZF_CLICK_FOOTER_LINE - clicked line (1-based)
- $FZF_CLICK_FOOTER_WORD - the word under the cursor
fzf --footer $'[Edit] [View]\n[Copy to clipboard]' \
--with-shell 'bash -c' \
--bind 'click-footer:transform:
[[ $FZF_CLICK_FOOTER_WORD =~ Edit ]] && echo "exec…