https://github.com/michaelchadwick/matrext
Make text phrases look like they're being decoded, Matrix-style
https://github.com/michaelchadwick/matrext
cli cool matrix-style ruby rubygem string
Last synced: 10 months ago
JSON representation
Make text phrases look like they're being decoded, Matrix-style
- Host: GitHub
- URL: https://github.com/michaelchadwick/matrext
- Owner: michaelchadwick
- License: mit
- Created: 2015-04-29T21:40:23.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2023-09-08T03:16:27.000Z (over 2 years ago)
- Last Synced: 2025-07-28T03:05:44.460Z (10 months ago)
- Topics: cli, cool, matrix-style, ruby, rubygem, string
- Language: Ruby
- Size: 62.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# 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).