Skip to content

Instantly share code, notes, and snippets.

@santisbon
Last active June 30, 2024 12:57
Show Gist options
  • Save santisbon/2e1e9c69b58bdf4c9624219a44d40d83 to your computer and use it in GitHub Desktop.
Save santisbon/2e1e9c69b58bdf4c9624219a44d40d83 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 santisbon.
user:santisbon

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 larger than 1000kbs.
size:>1000

Find all gists with the word "fetch" by santisbon updated or created recently.
fetch user:santisbon updated:>2019-01-01
fetch user:santisbon created:>2019-01-01

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

Full code search
Searching for repos

@daanta-real
Copy link

Thank you!

@hochun836
Copy link

Thank you.

@amydevs
Copy link

amydevs commented May 10, 2024

just noting this here in case i forget it:

you can also specify a specific time and offset as well:

created:>2024-05-10T01:23:02+00:00

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