Skip to content

Instantly share code, notes, and snippets.

@stevecondylios
Last active June 7, 2023 16:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stevecondylios/ffd7cfdb60db3689a59a817ea1d87e14 to your computer and use it in GitHub Desktop.
Save stevecondylios/ffd7cfdb60db3689a59a817ea1d87e14 to your computer and use it in GitHub Desktop.
Advanced GitHub Search Tricks & Tips

GitHub Tricks & Tips

Random tips

Search

Search for filename

From here. Example: if looking for 'user.rb', try:

in:path user.rb

or

filename:user.rb

Order issues by reactions

Example URL: https://github.com/microsoft/vscode/issues?q=is%3Aopen+is%3Aissue+label%3Afeature-request+sort%3Areactions-%2B1-desc

Search operators:

is:open is:issue label:feature-request sort:reactions-+1-desc 

This example searches only issues with the 'feature-request' tag, and orders according to reactions (I think it's thumbs up less thumbs down, but I could be wrong)

githubDWD

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment