cqmakedb
code-understanding, code-browsing or code-search tool
Install
- All systems
-
curl cmd.cat/cqmakedb.sh
- Debian
-
apt-get install codequery
- Ubuntu
-
apt-get install codequery
- Kali Linux
-
apt-get install codequery
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install codequery
- OS X
-
brew install codequery
- Raspbian
-
apt-get install codequery
- Dockerfile
- dockerfile.run/cqmakedb
codequery
code-understanding, code-browsing or code-search tool
This is a tool to index, then query or search C, C++, Java, Python, Ruby, Go and Javascript source code. It builds upon the databases of cscope and Exuberant ctags. The databases of cscope and ctags would be processed by the cqmakedb tool to generate the CodeQuery database file. The CodeQuery database file can be viewed and queried using the codequery GUI tool.