Skip to content
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

Use colors on Powershell or cmd.exe #568

Closed
andrezimmermann opened this issue Jul 2, 2018 · 5 comments
Closed

Use colors on Powershell or cmd.exe #568

andrezimmermann opened this issue Jul 2, 2018 · 5 comments
Labels
enhancement ergonomics Any change that affects developer ergonomics and the easiness of use of bloop. good first issue help wanted windows

Comments

@andrezimmermann
Copy link

SBT does correctly output color on powershell or cmd.exe. I don't see why not bloop can't also support color on windows.

@jvican jvican changed the title Windows color output on terminal. Support color on Powershell or cmd.exe by default Jul 2, 2018
@jvican jvican added enhancement windows ergonomics Any change that affects developer ergonomics and the easiness of use of bloop. help wanted good first issue labels Jul 2, 2018
@jvican
Copy link
Contributor

jvican commented Jul 2, 2018

A pull request on this is very much welcome, labeling as "Help Wanted".

@jvican jvican changed the title Support color on Powershell or cmd.exe by default Use colors on Powershell or cmd.exe Jul 2, 2018
@jvican jvican added this to the v1.1.1 milestone Nov 23, 2018
@jvican
Copy link
Contributor

jvican commented Dec 10, 2018

I'll eventually fix this. Note that if you're using Windows 10, then you have to enable ASCII escape sequences manually because it's turned off by default https://stackoverflow.com/questions/51680709/colored-text-output-in-powershell-console-using-ansi-vt100-codes

@jvican
Copy link
Contributor

jvican commented Dec 10, 2018

Also, for those Windows users with cygwin (and not necessarily on Windows 10): you can run powershell inside cygwin to benefit from the current ansii escape sequences https://superuser.com/questions/85058/powershell-not-displaying-unix-colors

@jvican
Copy link
Contributor

jvican commented Dec 10, 2018

And for future reference this is about the best guide i've read to get colored output working on Windows https://github.com/rspec/rspec/wiki/Getting-colored-output-working-on-Windows

Given that this is not high priority, I won't be focusing on this in the short-term. Help on this is welcome

@jvican jvican removed this from the v1.1.1 milestone Dec 10, 2018
@jvican
Copy link
Contributor

jvican commented Oct 2, 2019

Let's reopen this ticket when someone is interested in having a look at it

@jvican jvican closed this as completed Oct 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement ergonomics Any change that affects developer ergonomics and the easiness of use of bloop. good first issue help wanted windows
Projects
None yet
Development

No branches or pull requests

2 participants