hilite is a tiny utility which executes the command you specify, highlighting anything printed to stderr. It is designed mainly for use with builds, to make warnings and errors stick out like a sore cliche.
hilite is a tiny utility which executes the command you specify, highlighting anything printed to stderr. It is designed mainly for use with builds, to make warnings and errors stick out like a sore cliche.
To install hilite, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install hilite
To see what files were installed by hilite, run:
port contents hilite
To later upgrade hilite, run:
sudo port selfupdate && sudo port upgrade hilite
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.