Sha256: 31e9db05486f369e9b88811d1488efa0df354e41ed3ccc0483c8154061eaeac5
Contents?: true
Size: 1014 Bytes
Versions: 6
Compression:
Stored size: 1014 Bytes
Contents
= Term::ANSIColor - ANSI escape sequences in Ruby == Description This library can be used to color/decolor strings using ANSI escape sequences. == Installation Just type into the command line as root: # ruby install.rb Or if you prefer using Rake, try: # rake install Or if you want to use rubygems just type this and rubygems fetches the gem and installs it for you: # gem install term-ansicolor == Download The latest version of this library can be downloaded at * http://www.ping.de/~flori The homepage of this library is located at * http://flori.github.com/term-ansicolor == Examples Additional to the two executables cdiff and decolor, the file examples/example.rb in the source/gem-distribution shows how this library can be used. == Author Florian Frank mailto:flori@ping.de == License This is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License Version 2 as published by the Free Software Foundation: www.gnu.org/copyleft/gpl.html
Version data entries
6 entries across 6 versions & 1 rubygems