Skip to content

khotta/color_echo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Color Echo

Decorates command line output with ANSI escape sequence.

Documents and all informations are as below =(^x^=
http://colorecho.github.io

See on rubygems: https://rubygems.org/gems/color_echo

Example Code

require "color_echo"

CE.fg :red
puts "This is red."

CE.fg :yellow
puts "This is yellow."
puts "This is yellow too."
puts "This is yellow too."

CE.once.fg :green
puts "This is green."
puts "This is not green."

You can choose 256 colors!!

screen shot screen shot

About

Decorates command line output with ANSI escape sequence. http://colorecho.github.io

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages