28
What is your favorite CLI tool?
(lemmy.zip)
Linux questions Rules (in addition of the Lemmy.zip rules)
Tips for giving and receiving help
Any rule violations will result in disciplinary actions
fzf
Thank me later.
So a quick look at the man page says its a fuzzy search. How do YOU use it? So I can get a point of reference to figure things out myself.
The killer features for me are fuzzy command history match for bash (or zsh, or even powershell) and respectively interactive grep. Lots of other examples here: https://github.com/junegunn/fzf/wiki/Examples#searching-file-contents
Good one, although I only use it as ctrl+t or ctrl+r or within scripts