Skip to content

Instantly share code, notes, and snippets.

@jakub-g
Created February 17, 2021 08:13
Show Gist options
  • Star 5 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save jakub-g/0560bf2dc4c85359fa1889a5061c4bad to your computer and use it in GitHub Desktop.
Save jakub-g/0560bf2dc4c85359fa1889a5061c4bad to your computer and use it in GitHub Desktop.
Searching files on GitHub

GitHub search docs: here

  • org:ORGNAME to filter down to org
  • org:ORGNAME -repo:ORGNAME/NOISY to filter out some repos
  • path:PATH to search by location
  • language:... or extension:... to filter by lang/extension
  • in:file, in:path, in:file,path to include contents or file paths
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment