ZIP
WinGet
fzf
Junegunn Choi · 0.61.0 · arm
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.61.0-windows_armv7.zip
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
junegunn.fzf
Version
0.61.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.61.0/fzf-0.61.0-windows_armv7.zip
Release Notes
- Added --ghost=TEXT to display a ghost text when the input is empty
# Display "Type to search" when the input is empty
fzf --ghost "Type to search"
- Added change-ghost and transform-ghost actions for dynamically changing the ghost text
- Added change-pointer and transform-pointer actions for dynamically changing the pointer sign
- Added r flag for placeholder expression (raw mode) for unquoted output
- Bug fixes and improvements