Skip to content

Instantly share code, notes, and snippets.

@danielvartan
Last active August 26, 2025 20:48
Show Gist options
  • Save danielvartan/3283867bb0eb4130c9cd5c3908fc935c to your computer and use it in GitHub Desktop.
Save danielvartan/3283867bb0eb4130c9cd5c3908fc935c to your computer and use it in GitHub Desktop.
Fuzzy FInder (`fzf`) Commands
# 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