sharkdp / pastel

A command-line tool to generate, analyze, convert and manipulate colors
Apache License 2.0
4.98k stars 97 forks source link

Add support for NO_COLOR environment variable #143

Closed djmattyg007 closed 2 years ago

djmattyg007 commented 3 years ago

This implements the NO_COLOR environment variable standard, as per https://no-color.org/

djmattyg007 commented 3 years ago

I've updated the PR to resolve the issue building on windows.

sharkdp commented 3 years ago

This looks good, thank you for your contribution!

djmattyg007 commented 2 years ago

@sharkdp Thank you for your guidance :pray: I've updated the PR, hopefully it's good to go :slightly_smiling_face: