ZIP
WinGet
fzf
Junegunn Choi · 0.68.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.68.0-windows_arm64.zip
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
junegunn.fzf
Version
0.68.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.68.0/fzf-0.68.0-windows_arm64.zip
Release Notes
- Implemented word wrapping in the list section
- Added --wrap=word (or --wrap-word) option and toggle-wrap-word action for word-level line wrapping in the list section
- Changed default binding of ctrl-/ and alt-/ from toggle-wrap to toggle-wrap-word
fzf --wrap=word
- Implemented word wrapping in the preview window
- Added wrap-word flag for --preview-window to enable word-level wrapping
- Added toggle-preview-wrap-word action
fzf --preview 'bat --style=plain --color=always {}' \…