ZIP
WinGet
fzf
Junegunn Choi · 0.52.0 · arm64
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.52.0-windows_arm64.zip
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
junegunn.fzf
Version
0.52.0
Description
A general-purpose command-line fuzzy finder
License
MIT
↗
Homepage
https://github.com/junegunn/fzf
Release Notes
- Added --highlight-line to highlight the whole current line (à la set cursorline of Vim)
- Added color names for selected lines: selected-fg, selected-bg, and selected-hl
- Added click-header event that is triggered when the header section is clicked.
When the event is triggered, $FZF_CLICK_HEADER_COLUMN and $FZF_CLICK_HEADER_LINE are set.
- Add $FZF_COMPLETION_{DIR,PATH}_OPTS for separately customizing the behavior of fuzzy completion
- Fixed Windows argument escaping
- Bug fixes and improve…