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
@jj-github-jj
Copy link
Copy Markdown

jj-github-jj commented Jan 23, 2022

Thank you for erbanku for sharing. Surprised this isnt top of the gist web page on gist since so useful. The custom search is very useful. Works same in Microsoft Edge as well using settings->Address bar and search ->Mange search engines->Add . You get similar menu as in chrome where you give the custom search engine a name, a keyword for use in browser to invoke this search engine - I used mg as keyword - and URL as you have shown replacing your username with mine

@pavelfomin
Copy link
Copy Markdown

pavelfomin commented Jun 10, 2024

@cb109
Copy link
Copy Markdown

cb109 commented Jul 18, 2024

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

@hector6872
Copy link
Copy Markdown

hector6872 commented Apr 23, 2025

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

dsernst commented Oct 30, 2025

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

@mattheworiordan
Copy link
Copy Markdown

mattheworiordan 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!

@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