Hacker News new | ask | show | jobs
by mikevm 3083 days ago
How does this differ from OpenGrok https://oracle.github.io/opengrok/ ?
3 comments

Wow, that's a pretty awful UI. The default search form screams "advanced search" from the late 90ies. The compare example looks pretty dated too. I think Kibana and Sourcegraph are on the right track with a single input field that accepts field:value type searches. They're great once you've learned them.
You can see a feature comparison table here: https://about.sourcegraph.com/products/code-search/

Let us know if you have any other questions or feedback!

Opengrok supports C/C++.
Code search on Sourcegraph Server is actually language agnostic.

Here's an example of a C++ search query: https://sourcegraph.com/search?q=repo:google/leveldb+FilterB...

Opengrok implements hyperlinking for C/C++ code which is the primary productivity multiplier since it allows you to easily jump around callgraphs. That functionality is sorely missing here (unless i am missing this feature somehow).