cindex
regular expression search over large bodies of source code
Install
- All systems
-
curl cmd.cat/cindex.sh
- Debian
-
apt-get install codesearch
- Ubuntu
-
apt-get install codesearch
- Kali Linux
-
apt-get install codesearch
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install codesearch
- Raspbian
-
apt-get install codesearch
- Dockerfile
- dockerfile.run/cindex
codesearch
regular expression search over large bodies of source code
Code Search is a tool for indexing and then performing regular expression searches over large bodies of source code. It is a set of command-line programs written in Go. For background and an overview of the commands, see Regular Expression Matching with a Trigram Index: http://swtch.com/~rsc/regexp/regexp4.html