Sha256: c74b049c900ee629104b9d2c89534706a0878c2df9e0a829649bea06631c18e2
Contents?: true
Size: 935 Bytes
Versions: 3
Compression:
Stored size: 935 Bytes
Contents
# Matrext [](http://badge.fury.io/rb/matrext)  A simple Ruby gem that takes a phrase and writes it back to the screen, one letter a time, as if each character was being "decoded", Matrix-style. ## Usage ```shell # default foreground color on background color $ matrext "hello world" # red text on green background $ matrext -c red -b green "hello world" # white text on blue background, at insane speed $ matrext -c white -b blue -s insane "hello world this is your computer speaking to you" ``` ## Contributing Bug reports and pull requests are welcome on GitHub at [https://github.com/michaelchadwick/matrext](https://github.com/michaelchadwick/matrext). ## License The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
matrext-1.0.5 | README.md |
matrext-1.0.4 | README.md |
matrext-1.0.3 | README.md |