oxequa / realize

Realize is the #1 Golang Task Runner which enhance your workflow by automating the most common tasks and using the best performing Golang live reloading.
GNU General Public License v3.0
4.46k stars 229 forks source link

Support colorized output in executed commands #246

Open jgiles opened 5 years ago

jgiles commented 5 years ago

Right now, realize tries to colorize the complete output of the commands it executes.

However, some commands colorize produced colorized output (e.g. server logs with color-coded levels). When those commands are run through realize, the colorization ends up mangled.

It would be nice to have an option for not colorizing in Realize, or for only colorizing output prefixes.