hilite

Runs a command and highlights STDERR output in red for visibility

brewmacoslinux
Try with needOr install directly
Source

About

CLI tool that runs a command and highlights STDERR output

Commands

hilite

Examples

Highlight errors from a build command$ hilite make build
Run a script and highlight any error messages$ hilite ./deploy.sh
Highlight stderr from a compiler invocation$ hilite gcc -Wall myprogram.c -o myprogram