Gist search not possible anymore #140427
-
|
Gist search used to display a dropdown of results when I entered some text from my own gists. Now it is impossible to search my own gists. Is there some alternative to click every page out of hundreds to find something I am looking for in my own gist? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
Very frustrating that this feature was removed. You can still lookup your gists using for example |
Beta Was this translation helpful? Give feedback.
-
|
Hit the same wall. 500 gists over the years and no way to find anything. GitHub search doesn't index gists, and I scratched it: https://github.com/mattheworiordan/gistgrep -> Local mirror, incremental sync, fzf TUI with ranked previews, and on-device AI summaries via Apple Intelligence. Search is now sub-100ms once synced
|
Beta Was this translation helpful? Give feedback.

Very frustrating that this feature was removed.
You can still lookup your gists using for example
user:dotspencer pythonto find my gists with "python" but it's such a pain compared to how simple it was before.