nevinera / quiet_quality

A system for finding and annotating quality issues on your forward diffs
MIT License
12 stars 0 forks source link

Allow colorized output (and enable it by default) #94

Closed nevinera closed 1 year ago

nevinera commented 1 year ago

When executing tools, seeing that they all passed (or which ones failed) at a glance is valuable, and colors mostly help us do that efficiently (if anyone is red-green colorblind and has some accessibility suggestions, I'd welcome those, but I suspect the most important thing is that we do not convey any information solely through color, which I definitely don't intend to do).

The old "light" output vs new:

Screen Shot 2023-06-04 at 2 14 22 PM

And the old 'normal' output vs new:

Screen Shot 2023-06-04 at 2 15 19 PM

Resolves #36