CodeDB
CodeDB copied to clipboard
A simple indexing program to quickly search through source code.
Results
2
CodeDB issues
Sort by
recently updated
recently updated
newest added
Start two instances of cdb serve, watch both run, one should fail due to the listening socket already taken.
One instance of cdb serve should be able to serve multiple cdb-paths. For instance: cdb serve ~/src/dir1 ~/src/dir2 This would expose the following URLs: http://localhost:port/ # List of available cdb...