A command-line fuzzy finder
fzf is an interactive Unix filter for the CLI for any list; files, command history, processes, hostnames, bookmarks, git commits, etc.
- Developed at utilities
- Sources inherited from project openSUSE:Factory
-
2
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Leap:15.1:Staging:FactoryCandidates/fzf && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
0.24.4.tar.gz | 0000175421 171 KB | |
fzf.changes | 0000010031 9.8 KB | |
fzf.spec | 0000005296 5.17 KB | |
vendor.tar.xz | 0000734932 718 KB |
Revision 12 (latest revision is 62)
Dominique Leuenberger (dimstar_suse)
accepted
request 855603
from
Matej Cepl (mcepl)
(revision 12)
- Update to 24.4.4: - Added --preview-window option follow # Preview window will automatically scroll to the bottom fzf --preview-window follow --preview 'for i in $(seq 100000); do echo "$i" sleep 0.01 (( i % 300 == 0 )) && printf "\033[2J" done' - Added change-prompt action fzf --prompt 'foo> ' --bind $'a:change-prompt:\x1b[31mbar> ' - Bug fixes and improvements - Enable tests
Comments 0