mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-02-14 17:49:53 +00:00
title, homepage, tagline
| title | homepage | tagline |
|---|---|---|
| fzf | https://github.com/junegunn/fzf | fzf is a general-purpose command-line fuzzy finder. |
To update or switch versions, run webi fzf@stable (or @v0.23, @beta, etc).
Files
~/.config/envman/PATH.env
~/.local/bin/fzf
Cheat Sheet
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.
Live filter search results
find . | fzf
Live filter logs
sudo journalctl -u my-app-name --since '2020-01-01' | fzf
Use space-delimited regular expressions to search
^README | .md$ | .txt$
