Project

matrext

0.0
Low commit activity in last 3 years
A long-lived project that still receives updates
Matrext takes a string input and then prints it back to the console, one letter at a time after "searching" through character noise, as if it was decoding the string itself.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 2.1
~> 12.3

Runtime

~> 1.0
 Project Readme

Matrext

Gem Version

Matrext example

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

# 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.

License

The gem is available as open source under the terms of the MIT License.