cgrc formats text from stdin according to custom configuration files and outputs the result with ANSI escape codes to stdout. Configuration files includes a set of regular expressions with the related format to be used to the match and the captures.
cgrc formats text from stdin according to custom configuration files and outputs the result with ANSI escape codes to stdout. Configuration files includes a set of regular expressions with the related format to be used to the match and the captures.
To install cgrc, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install cgrc
To see what files were installed by cgrc, run:
port contents cgrc
To later upgrade cgrc, run:
sudo port selfupdate && sudo port upgrade cgrc
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.