- 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