Is there a scala library that can help colorize text written to the standard output?
This library should take advantage of the scala string interpolation mechanic.
Is there a scala library that can help colorize text written to the standard output?
This library should take advantage of the scala string interpolation mechanic.
If you're using scala 2.11+ you can use this library : https://github.com/backuity/ansi-interpolator
It uses a macro to transform your strings at compile time, and supports nesting: