kappapiana / anonymize

A script to change authorship to ODT and DOCX comments, redlines and whatnot.
26 stars 5 forks source link

Support NO_COLOR environment variable #21

Closed yamanq closed 2 years ago

yamanq commented 2 years ago

It shouldn't be too difficult to implement this (without using an external library).

I think a simple solution would be to check for the variable at program start (os.environ.get()) and then override the colors to empty strings.

kappapiana commented 2 years ago

Or perhaps we can avoid using colors at all, not sure they add much.