Sourcegraph
• 84 words • 1 min
⚠️ This post is over one year old. It may no longer be up to date or relevant. Opinions may have changed.
Sourcegraph is a global search engine. Think code.google.com back in the days, but more developer-friendly. In fact, it’s quite comparable to Google Code Search.
I like to assign it as a search engine in Chrome:
- Navigate to chrome://settings/search
- Click ‘Manage search engines and site search’
- In the ‘Site search’ section, click ‘Add’
- Populate it:
Name: Sourcegraph
Shortcut: ss
URL: https://sourcegraph.com/search?q=context:global+%sOnce it is saved, you can type in ss {query} in the URL bar to search using
Sourcegraph.
For example: ss f:.pre-commit.config\.yaml$ "language: golang".
Backlinks
- .txt posts (Jan 01, 2026)