-
-
Notifications
You must be signed in to change notification settings - Fork 817
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
Colored output does not work on cmd.exe (Windows) #129
Comments
This has been brought up a few times (see discussion in #29, for example). At the moment, I would like to avoid switching to termcolor because it does not support 256 or RGB colors (this is being worked on, though. See BurntSushi/ripgrep#452). I might be completely wrong on this, but it's unclear for me if there is a (significant) user base that (a) uses the command line on Windows, (b) is interested in modern command line tools like fd and (c) still uses |
A simpler solution is to detect color support and completely disable it on cmd.exe. (how to?) |
Yes, that seems like a good option to me. It might be easier to go the other way and generally disable colors on Windows and to enable them if support is detected. Maybe this is related? |
Need another colorizer for Windows.
The text was updated successfully, but these errors were encountered: