aziz / SublimeANSI

ANSI escape codes color highlighting for SublimeText 3
225 stars 40 forks source link

Readme help, force color output #24

Closed mickare closed 8 years ago

mickare commented 8 years ago

If you use a custom build script and sub-programms sometimes do not output color. CLICOLOR_FORCE=1` as environment variable helps.

First I thought that SublimeANSI was not working. But it turned out that gnu-make assumed that the output pipe has no color support and so did not output any colors. Fortunately gnu-make supports CLICOLOR_FORCE.

To save the time of other people this information would be a very good nice-to-have in the readme file.