Skip to content

Instantly share code, notes, and snippets.

@BoQsc
Last active April 18, 2026 22:56
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
@erbanku
Copy link
Copy Markdown

erbanku commented Apr 15, 2026

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
Copy link
Copy Markdown

erbanku commented Apr 15, 2026

Just Google search the names.

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