Dr-Noob / cpufetch

Simple yet fancy CPU architecture fetching tool
GNU General Public License v2.0
1.82k stars 99 forks source link

Add support for NO_COLOR #227

Closed suve closed 4 months ago

suve commented 4 months ago

NO_COLOR is an informal standard proposed in 2017: no-color.org

Command-line software which adds ANSI color to its output by default should check for a NO_COLOR environment variable that, when present and not an empty string (regardless of its value), prevents the addition of ANSI color.

Dr-Noob commented 4 months ago

Done, thanks for the suggestion!