-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: globally enable colored terminal output? #315
Comments
I imagine tools will look up some specific environment variable like |
Okay so looking at this it may not be that simple. Tools seem to check if they're running in a tty before enabling color when you use "auto" color mode (e.g. I don't know if there's another solution but using a tty will be a huge amount of work as it will cause tools to use a wider range of escape codes that we'll need to deal with, like moving the cursor around, so I don't want to go that route. |
Ah, well that's good to know! |
Lots of tools use |
Hello!
Would it be possible to add a config option (or just set it globally) to enable terminal colors in the output from programs? It would be nice to globally enable so that I don't have to specifically configure every command to output color:
e.g.,
Thanks!
The text was updated successfully, but these errors were encountered: