hound-search / hound
Lightning fast code searching made easy
Hound
⚠️ Hound's default branch name has changed!⚠️ We renamed our default branch from
master
tomain
on February 24, 2021. We used Github's branch renaming feature, which means that any open pull requests should be automatically re-targeted, and web requests pointing to code on themaster
branch should redirect as expected. This change should mostly be invisible, but you will need to update any code that explicitly relies on the existence of Hound'smaster
branch.
Hound is an extremely fast source code search engine. The core is based on this article (and code) from Russ Cox Regular Expression Matching with a Trigram Index. Hound itself is a static React frontend that talks to a Go backend. The backend keeps an up-to-date index for each repository and answers searches through a minimal API. Here it is in action:
Top comments (0)