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 ANSI colors to terminal output? #55

Open
tag opened this issue Dec 3, 2015 · 2 comments
Open

Add ANSI colors to terminal output? #55

tag opened this issue Dec 3, 2015 · 2 comments

Comments

@tag
Copy link

tag commented Dec 3, 2015

What an interesting project!

To make the block our output text more readable, I'd love to see the use of ANSI bold and colors in the terminal output.

For example,

  1. bold the category labels (i.e. "Level", "Progress", "Passing Suites", "Remaining Suites") and class/method name
  2. Make passing suite names green, remaining suite names red.
  3. (possibly, if it's not too visually jarring), provide zen advice in blue.
@matyb
Copy link
Owner

matyb commented Dec 3, 2015

Would LOVE to implement this. Gave it an afternoon once, its complicated as hell. But let's leave this open who knows.

@tag
Copy link
Author

tag commented Dec 4, 2015

http://stackoverflow.com/questions/5762491/how-to-print-color-in-console-using-system-out-println
and
https://github.com/fusesource/jansi

... but of course it's not going to be that easy. If I can dig up time in the next few months, I'll try and take a look, if someone doesn't beat me to it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants