问题
I'm attempting to look at GitHub-hosted Gists on which I made comments in case there has been any further follow-up (in the form of comments) from the author or any other users. Ideally I'd also like to see any gists that were modified after I commented as well. I had not starred the Gists at the time that the comment was made, so I can't simply iterate through them that way.
The About page says "You can also search gists by language with Gist Search. Gist search uses the same search syntax as code search." However, Gist search doesn't seem to support all the keywords as GitHub at large, namely Commenter:
* . For example this search comes back empty, whereas it should return this. Searching by user:, rather than commenter:
returns my fork here
I'm pretty sure that this google search is incomplete, but I'm not 100% positive.
Solutions like GistBox, Catcher, and gister as mentioned in this thread seem to be alternate Gist catalogues that either don't interface with GitHub or don't provide comment-searching capabilities for Gists that are not "owned" by me on GitHub.
*The Commenter:
search prefix may not be fully supported, as it's not mentioned in this GitHub help article. Also, a GitHub-wide Commenter: search returns relevant results under Issues
, but junk results for Marketplace
and Topics
来源:https://stackoverflow.com/questions/55799550/search-gist-comments