Skip to content

Instantly share code, notes, and snippets.

@llagerlof
Forked from OrenBochman/Search my gists.md
Created July 4, 2023 15:41
Show Gist options
  • Save llagerlof/2ca01dca60973bc4522b4f3aa6b6ad0c to your computer and use it in GitHub Desktop.
Save llagerlof/2ca01dca60973bc4522b4f3aa6b6ad0c to your computer and use it in GitHub Desktop.
How to search gists

Gist Search Cheatsheet

Enter this in the search box along with your search terms:

Get all gists from the user santisbon.
user:orenbochman

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

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