Skip to content

Instantly share code, notes, and snippets.

@UserUnknownFactor
Last active December 6, 2024 08:26
Show Gist options
  • Save UserUnknownFactor/9ea69c6462f29fdeed6c0528e1dff822 to your computer and use it in GitHub Desktop.
Save UserUnknownFactor/9ea69c6462f29fdeed6c0528e1dff822 to your computer and use it in GitHub Desktop.
How to search gists (enter this in the search box along with your search terms)
  • Get all gists from the user UserUnknownFactor: user:UserUnknownFactor
  • Find all gists with a .yml extension: extension:yml
  • Find all gists with HTML files: language:html
  • Find all gists with a ".bash_profile" file: filename:.bash_profile
  • Excludes all results containing your search term. : NOT
  • Find gists with greater than 100 stars. : stars:>100
  • Include anonymous gists in your search. : anon:true
  • Search all forked gists for results. : fork:only
  • Find gists containing a file size larger than 1000kbs. : size:>1000
  • Find all gists with the word "fetch" by UserUnknownFactor updated or created recently. :
    • fetch user:UserUnknownFactor updated:>2019-01-01
    • fetch user:UserUnknownFactor created:>2019-01-01

All the gists you have forked or starred are available from the gist profile page:
https://gist.github.com/UserUnknownFactor/forked
https://gist.github.com/UserUnknownFactor/starred

Full code search | Searching for repos

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