timotheecour / Nim

Nim is a compiled, garbage-collected systems programming language with a design that focuses on efficiency, expressiveness, and elegance (in that order of priority).
http://nim-lang.org/
Other
2 stars 0 forks source link

Support NO_COLOR #779

Open juancarlospaco opened 3 years ago

juancarlospaco commented 3 years ago

The project NO_COLOR is a open source "standard" for managing output in stdout.

I think it worth considering to implement on the Nim binaries and tools, would be nice for CI, is easy to implement, read more on the web to not duplicate here:

https://no-color.org

timotheecour commented 3 years ago

ok, the shame-list in that link and the list of software supporting it is convincing enough for me, PR welcome