CODEQUERY(1) | CODEQUERY(1) |
codequery - create codequery database
codequery
cd ~/projects/myproject/src
find . -iname "*.java" > ./cscope.files
cscope -cbR
ctags --fields=+i -n -R -L ./cscope.files
cqmakedb -s ./myproject.db -c ./cscope.out -t ./tags -p
codequery
Copyright 2013-2015 ruben2020 https://github.com/ruben2020/
Website: https://github.com/ruben2020/codequery
This manual page was written by ChangZhuo Chen <czchen@debian.org> for the Debian GNU/Linux system (but may be used by others).
12/29/2022 |