searchcode-server
searchcode-server copied to clipboard
The offical home of searchcode-server where you can run searchcode locally. Note that master is generally unstable in the sense that it is not a release. Check releases for release versions https://gi...
Is there any way to add highlights to lines of code on searchcode page? In GitHub, we can add line highlights by adding a parameter like `#L6-L10` to code URL....
Would be great to have parameter allowing to change folder separator from / to \ In many cases we end up coping path from result but then manually have to...
It would be great to be able to browse history of the file and annotate it. Example functionality is implemented in open grok https://nxr.netbsd.org/xref/src/sys/netipsec/ipsec.c?r=1.94 this could be partial step in...
Is there a way to tag "Podfile" as a Cocoapod file; it has no extension so I'm not sure how to add it to the `include/classifier/database.json` file... I'd rather have...
Should add a shutdown hook allowing as clean as possible termination of the application. Java 8 makes this pretty easy, ``` Runtime.getRuntime().addShutdownHook(new Thread(() -> { // Do stuff in here...
Move the storage of the admin password into the database storage. Be sure to hash it as well. For logging in create a one time use password that is printed...
Would be nice to upgrade the UI somewhat. Switch from having white background to grey for bottom portion, white for the main elements and white for the top. Playing around...
Depending on the install some may find it easier to have an upgrade script.
Occasionally you want to be able to search restricted to a group of projects. It would be useful to add this to the UI. Probably can just add it as...