this post was submitted on 03 Oct 2025
20 points (100.0% liked)
Linux Questions
2700 readers
69 users here now
Linux questions Rules (in addition of the Lemmy.zip rules)
- stay on topic
- be nice (no name calling)
- do not post long blocks of text such as logs
- do not delete your posts
- only post questions (no information posts)
Tips for giving and receiving help
- be as clear and specific
- say thank you if a solution works
- verify your solutions before posting them as facts.
Any rule violations will result in disciplinary actions
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
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