Question

Is there a URL query string for searching only own GitHub Gists? I wouldn't care if it only worked with public Gists.

The only thing I could find is the URL for searching all public Gists, but that's not very helpful for finding own Gists

https://gist.github.com/search?q=hello+world

Ultimate goal: quickly searching for own Gists via launcher tools (in my case Alfred) or Chrome search engine shortcuts.

Was it helpful?

Solution

Try searching with user:<username> hello world. E.g.

https://gist.github.com/search?q=user%3Adefunkt+hello+world

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top