Skip to content

Instantly share code, notes, and snippets.

@duboisf
Created May 13, 2024 17:39
Show Gist options
  • Save duboisf/e531d70925423eb214875ed7d63f0944 to your computer and use it in GitHub Desktop.
Save duboisf/e531d70925423eb214875ed7d63f0944 to your computer and use it in GitHub Desktop.
Searching GitHub folders with rg

I keep tripping up because I forget to add --hidden and use * instead of **:

rg --hidden --glob='**/.github/**' <PATTERN>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment