Skip to content

Instantly share code, notes, and snippets.

@BoQsc
Last active June 7, 2026 01:01
Show Gist options
  • Select an option

  • Save BoQsc/e1d014226e6e3e3c7e740d1a878c4bb6 to your computer and use it in GitHub Desktop.

Select an option

Save BoQsc/e1d014226e6e3e3c7e740d1a878c4bb6 to your computer and use it in GitHub Desktop.
How to search my own Gists
@pavelfomin

pavelfomin commented Jun 10, 2024

Copy link
Copy Markdown

@cb109

cb109 commented Jul 18, 2024

Copy link
Copy Markdown

Damn, gist search is quite useless by default. Thanks for sharing this tip!

@hector6872

hector6872 commented Apr 23, 2025

Copy link
Copy Markdown

Damn, gist search is quite useless by default. Thanks for sharing this tip!

Totally agree. This mode (using @me) should be the default or at least they should improve the UI to make these things easier.

@dsernst

dsernst commented Oct 30, 2025

Copy link
Copy Markdown

Excited to see this works for private ("Secret") gists too 🎉

@mattheworiordan

mattheworiordan commented Apr 15, 2026

Copy link
Copy Markdown

Hit the same wall. 500 gists over the years and no way to find anything. GitHub search doesn't index gists, and gh gist list --include-content --filter is ~30s on my account, because it's serial API calls.

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

gistgrep-demo

brew install mattheworiordan/tap/gistgrep. macOS only right now (the summary bit uses FoundationModels). Happy to add a Linux port via Ollama if there's interest, please do raise an issue. I hope my little project helps!

@erbanku

erbanku commented Apr 15, 2026

Copy link
Copy Markdown

Hit the same wall. 500 gists over the years and no way to find anything. GitHub search doesn't index gists, and gh gist list --include-content --filter is ~30s on my account, because it's serial API calls.

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

gistgrep-demo `brew install mattheworiordan/tap/gistgrep`. macOS only right now (the summary bit uses FoundationModels). Happy to add a Linux port via Ollama if there's interest, please do raise an issue. I hope my little project helps!

Thanks for sharing, will try it.
At the same time, you also can try Gistpad in VS Code and Gisto in Windows (and macOS?)

@erbanku

erbanku commented Apr 15, 2026

Copy link
Copy Markdown

Just Google search the names.

@jxu

jxu commented Jun 7, 2026

Copy link
Copy Markdown

Great UI, GIthub

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment