是否有用于搜索自己的GitHub Gists的URL查询字符串?

pst*_*ber 36 gist github github-api

是否有用于仅搜索自己的 GitHub Gists 的URL查询字符串?我不在乎它是否只与公共Gists合作.

我唯一能找到的是搜索所有公共要点的网址,但这对于找到自己的要点并不是很有帮助

https://gist.github.com/search?q=hello+world
Run Code Online (Sandbox Code Playgroud)

终极目标:通过启动工具(在我的案例中为Alfred)或Chrome搜索引擎快捷方式快速搜索自己的Gists .

Iva*_*zak 50

尝试搜索user:<username> hello world.例如

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

  • 是的,描述字段目前无法搜索.启用它已在功能请求列表中. (2认同)