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

Add color to output #42

Closed
LPGhatguy opened this issue Mar 7, 2018 · 3 comments
Closed

Add color to output #42

LPGhatguy opened this issue Mar 7, 2018 · 3 comments
Labels
scope: cli Relevant to the Rojo CLI type: enhancement Feature or improvement that should potentially happen

Comments

@LPGhatguy
Copy link
Member

I'm not sure if the Rust ecosystem has a good colorizing library that supports all platforms well (especially weird configurations like Windows with Git Bash via cmd.exe).

If there is one, we should add it to the Rojo binary and issue warnings, errors, and other information messages in cool colors to catch peoples' attention.

@LPGhatguy LPGhatguy added the type: enhancement Feature or improvement that should potentially happen label Mar 7, 2018
@LPGhatguy LPGhatguy added the scope: cli Relevant to the Rojo CLI label Mar 26, 2018
@LPGhatguy
Copy link
Member Author

There are two libraries we could use for this, term and termcolor. The former is unmaintained as far as I understand, but the latter doesn't work on Windows (and thus breaks Cargo's coloring on current Rust nightly).

@LPGhatguy LPGhatguy added this to the 0.5.0 milestone Mar 27, 2018
@LPGhatguy
Copy link
Member Author

Okay, termcolor was fixed later today, hah.

@LPGhatguy
Copy link
Member Author

Colored enough.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
scope: cli Relevant to the Rojo CLI type: enhancement Feature or improvement that should potentially happen
Projects
None yet
Development

No branches or pull requests

1 participant