Skip to content

Instantly share code, notes, and snippets.

@jimbrig
Forked from santisbon/Search my gists.md
Created September 11, 2021 03:52
Show Gist options
  • Select an option

  • Save jimbrig/3193d0fb016fbf83efea9b47772b59b5 to your computer and use it in GitHub Desktop.

Select an option

Save jimbrig/3193d0fb016fbf83efea9b47772b59b5 to your computer and use it in GitHub Desktop.
How to search gists

Enter this in the search box:

Get all gists from the user santisbon.
user:santisbon

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

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

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

Excludes all results containing cat.
NOT cat

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

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

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

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

Full code search: https://help.github.com/articles/searching-code/

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