Colorize your output with markdown inspired syntax
With Bundler:
gem "color_puts"Example:
ColorPuts.colorize(<<~TEXT)
A (bold)[bold], (bright_red)[bright red boat] with an (#FF8000)[orange sail] was
sailing (on_blue)[on a blue sea] with (rainbow)[a rainbow in the background].
TEXTThe colorization is done with Sai, so you can use any style it supports or any color name in its registry.
Contributions are welcome!