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
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
To install codesearch, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install codesearch
To see what files were installed by codesearch, run:
port contents codesearch
To later upgrade codesearch, run:
sudo port selfupdate && sudo port upgrade codesearch
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.