Last active
August 26, 2025 20:48
-
-
Save danielvartan/3283867bb0eb4130c9cd5c3908fc935c to your computer and use it in GitHub Desktop.
Fuzzy FInder (`fzf`) Commands
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# To find files with a particular term (with lines): | |
rg --line-number --no-heading 'search_term' | fzf |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment