For people interested in searching code using an open source solution, you might be interested in Zoekt too, github.com/google/zoekt.<p>There is a demo site where you can search 30G of source code (including the Linux kernel, Android and Chrome) supporting regular expressions, and file name search:<p><a href="https://cs.bazel.build/?q=%20" rel="nofollow">https://cs.bazel.build/?q=%20</a><p>For example, <a href="https://cs.bazel.build/search?q=+r%3Atorvalds+craz%5Byi%5D&num=50" rel="nofollow">https://cs.bazel.build/search?q=+r%3Atorvalds+craz%5Byi%5D&n...</a> looks for craz[iy] across the Linux kernel.
Sourcegraph CEO here. Thanks for this post. We packed a lot of stuff into 2.4: faster, more powerful code search, Google Alerts-style search monitoring, diff searches, and more.<p>It’s now free on a single server for any number of users and repositories.<p>Happy to answer questions here.
How does this differ from OpenGrok <a href="https://oracle.github.io/opengrok/" rel="nofollow">https://oracle.github.io/opengrok/</a> ?
I couldn't help but notice some interesting items get cloned in the onboarding GIF (which was 16MB, yikes)<p>- <a href="https://github.com/sourcegraph/sourcegraph-classic" rel="nofollow">https://github.com/sourcegraph/sourcegraph-classic</a><p>- <a href="https://github.com/sourcegraph/sourcegraph-archive-private-20160601" rel="nofollow">https://github.com/sourcegraph/sourcegraph-archive-private-2...</a><p>- <a href="https://github.com/sourcegraph/infrastructure" rel="nofollow">https://github.com/sourcegraph/infrastructure</a><p>- <a href="https://github.com/sourcegraph/sourcegraph" rel="nofollow">https://github.com/sourcegraph/sourcegraph</a><p>- <a href="https://github.com/sourcegraph/definfo-prototype" rel="nofollow">https://github.com/sourcegraph/definfo-prototype</a><p>- <a href="https://github.com/sourcegraph/sourcegraph-desktop" rel="nofollow">https://github.com/sourcegraph/sourcegraph-desktop</a><p>- <a href="https://github.com/sourcegraph/sourcegraph-emacs-beta" rel="nofollow">https://github.com/sourcegraph/sourcegraph-emacs-beta</a><p>- <a href="https://github.com/sourcegraph/splunk-promethus-alerts" rel="nofollow">https://github.com/sourcegraph/splunk-promethus-alerts</a><p>- <a href="https://github.com/sourcegraph/ZARCHIVED-corporate" rel="nofollow">https://github.com/sourcegraph/ZARCHIVED-corporate</a><p>- <a href="https://github.com/sourcegraph/css-langserver" rel="nofollow">https://github.com/sourcegraph/css-langserver</a><p>Listed as they showed up in the GIF. That was fun!
Very cool, will give it a try later for our gitlab repos. Is gitlab supported?<p>Also, I cannot find the code for sourcegraph on github. It used to be available under a fair source license. Anyone have a link to the code?