Shiny (0.1.1) common ansi escape sequences for the terminal
Shiny is a little gem which extend the ruby string class with some nice ansi escape sequences for colors and other effects like underline, bold or blinking. Shiny takes an other approche, instead to define a bunch of new methods for the string class, it serves just a proxy method called ‘shell’ to deliver all the ansi escape methods.
Comments
Very similar to ANSI gem. In fact I considered the vary same notation for ANSI, but I decided to use symbols for better speed and flexibility. e.g.
You’re definitely right, actually ansi and a few other gems do the job also better. But i liked to push my first gem. ;)
Post a comment