beltex / SMCKit

Apple SMC library & tool
https://beltex.github.io/SMCKit
MIT License
475 stars 55 forks source link

Patch to Remove ANSI Colour Values Polluting Output #36

Open furiousgreencloud opened 6 years ago

furiousgreencloud commented 6 years ago

Introduced polymorphic colour palette , which can be switch from a default null palette to ANSI colours via -c option.

Needed because ANSI colours (OFF Colour) was polluting output all over the plate even when -c option not used.

jherman3 commented 5 years ago

Any progress on this? I'm using this tool in a script and it'd be nice to not have to filter the codes out with a huge regex.

furiousgreencloud commented 5 years ago

you can alway just grab my fork? - https://github.com/furiousgreencloud/SMCKit

Or do you need a binary?