== Kolorize Are you tried of straining your eyes to find important lines in your log output? Do you think your "SYSTEM EXPLODED" messages should stand out a bit from the rest of your log lines? Well, here's a gem for colorizing your console output. Basically it just wraps your text in Unixy escape sequences. It's also easy to use and doesn't modify the String class. For example, if you want to make a line red, use Kolorize.red("SYSTEM EXPLODED"). It also supports green and bold via the, wait for it, green and bold methods. Feel free to fork and add more. I will as the need arises too.
Project
kolorize
Provides some methods for colorizing console text output
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
Development
Dependencies
Project Readme