Generic Colouriser for colourising logfiles and output of commands
Generic Colouriser makes text files or outputs of different programs more readable by inserting ANSI colour control codes into them. It provides the grc and grcat Python scripts for filtering text output and colourising it.
Generic Colouriser makes text files or outputs of different programs more readable by inserting ANSI colour control codes into them. It provides the grc and grcat Python scripts for filtering text output and colourising it.
To install grc, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install grc
To see what files were installed by grc, run:
port contents grc
To later upgrade grc, run:
sudo port selfupdate && sudo port upgrade grc
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.