Source code search based upon OpenGrok.
Provide simplified interface to search large scale source code tree.
Make sure your Java is later than Java SE 7 (1.7.0_xx or above)
% java -version
java version "1.8.0_25"
Java(TM) SE Runtime Environment (build 1.8.0_25-b17)
Java HotSpot(TM) 64-Bit Server VM (build 25.25-b02, mixed mode)
Run SourceColon
$ ./gradlew -Ptarget=<your source code directory>
Open http://localhost:8080/ with your browser.
Search by full text, definition (excuberant ctags required), symbol, or path of the file. Enter your query on Search boxes.
Then browse your source codes. If the system have excuberant ctags on indexing, navigation to class, package, function/method, etc. are displayed on left pane.
CDDL 1.0. Please refer LICENSE.txt for more details.