Project

easy-color

0.0
No commit activity in last 3 years
No release in over 3 years
A simple monkeypatch for String that adds support for standard ASCII escape sequences, including color, video attributes, and cursor placement.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

Gem Version

easy-color

A simple monkeypatch for String that adds support for standard ASCII escape sequences, including color, video attributes, and cursor placement.

Usage examples:

require 'easy-color'

puts "#{'**'.bold.cyan.bg(:yellow)} yay backgrounds!"
puts "#{'**'.bold.cyan} OOH I just made a prompt!"
puts "IMPORTANT!!".bold.underline.red

Methods

Colors

  • black
  • red
  • green
  • yellow
  • blue
  • purple
  • cyan
  • white

Attributes

  • clean
  • bold
  • underline
  • blink
  • reverse
  • conceal