Skip to content

Instantly share code, notes, and snippets.

@JohnL4
Forked from santisbon/Search my gists.md
Last active May 6, 2021 16:11
Show Gist options
  • Select an option

  • Save JohnL4/5876f7f9e647d160696758986089f333 to your computer and use it in GitHub Desktop.

Select an option

Save JohnL4/5876f7f9e647d160696758986089f333 to your computer and use it in GitHub Desktop.
How to search gists

Enter this in the search box:

Find cat gists with greater than 100 stars. cat stars:>100

Get all gists from the user santisbon. user:santisbon

Include anonymous gists in your search for cat-related gists. cat anon:true

Excludes all results containing cat. NOT cat

Search all forked gists for results containing cat. cat fork:only

Find all gists with a ".bashrc" file. filename:.bashrc

Find all cat gists with HTML files. cat language:html

Find all instances of join in gists with a coffee extension. join extension:coffee

Find all instances of system in gists containing a file larger than 1000kbs. system size:>1000

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