URL query string for searching own GitHub Gists (via: Stack Overflow)
Posted by jpluimers on 2018/12/21
Is there a URL query string for searching own GitHub Gists? – Stack Overflow.
Yes, there is, and search terms search within your gists too:
- https://gist.github.com/search?q=user%3Ajpluimers
which searches foruser:jpluimers
- https://gist.github.com/search?q=user%3Ajpluimers+tripledigits
which searches foruser:jpluimers tripledigits
More search parameters are at https://github.com/random-parts/til/blob/master/github/gist-search-cheatsheet.md
–jeroen
Leave a Reply