fzf is a general-purpose command-line fuzzy finder.
https://github.com/junegunn/fzf| Installer Source| Releases (json) (tab)
fzf is a general-purpose command-line fuzzy finder.
https://github.com/junegunn/fzf| Installer Source| Releases (json) (tab)
To update or switch versions, run webi fzf@stable
(or @v0.23
, @beta
, etc).
~/.config/envman/PATH.env
~/.local/bin/fzf
It's an interactive Unix filter for command-line that can be used with any list; files, command history, processes, hostnames, bookmarks, git commits, logs, etc.
find . | fzf
sudo journalctl -u my-app-name --since '2020-01-01' | fzf
^README | .md$ | .txt$