Closed hellishvictor closed 4 months ago
Thanks for the report. shaq
uses rich
for rendering under the hood, which does already support NO_COLOR
: https://rich.readthedocs.io/en/stable/console.html#environment-variables
Did you give that a try?
Thanks for the report.
shaq
usesrich
for rendering under the hood, which does already supportNO_COLOR
: https://rich.readthedocs.io/en/stable/console.html#environment-variablesDid you give that a try?
Here (using Win 7 x64 SP1) the output on cmd shows:
[2Kshaq is listening... ---------------------------------------- 100% 0:00:09
[?25hTrack: Allegro Con Brio
Artist: Beethoven
Can you confirm that you set NO_COLOR=1
in your environment?
(In the future: it's very helpful if you share the exact command you ran, including the environment settings you have.)
Also note: NO_COLOR
doesn't mean "no ANSI escape sequences", per the warning in that doc I linked. If you need absolutely no ANSI escapes, you should set TERM=dumb
.
You're hilarious xD Thanks for nothing.
I'm sorry, but this is the second issue you've filed in ~24 hours where there was (1) virtually no detail, and (2) the answer was either "file it upstream" or "please confirm that this isn't already supported." If you can't do that kind of basic pre-triage or respond to questions that help me perform that triage, then I'm not willing to have you submit issues to my projects.
Hi, it would be great implement the NO_COLOR standard on shaq since there's many CLI already with it (jaq, miller, crop, upx, xq, etc..,) and save the users from use "color=never", "--monochrome-color" or whatever.
Cheers