Skip to content

A sed-based shell script to colorize outputs of GCC, MSVC, and PATCH to highlight errors, warnings, filenames, etc.

Notifications You must be signed in to change notification settings

dhbaird/colorize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

colorize

A sed-based shell script to colorize outputs of GCC, MSVC, and PATCH to highlight errors, warnings, filenames, etc.

Usage

Just pipe the output of your build tool (make, in this case) through colorize.sh. Don't forget to also redirect stderr to stdout:

make 2>&1 | ./colorize.sh

About

A sed-based shell script to colorize outputs of GCC, MSVC, and PATCH to highlight errors, warnings, filenames, etc.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages