An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Matrext

[![Gem Version](https://badge.fury.io/rb/matrext.svg)](http://badge.fury.io/rb/matrext)

![Matrext example](https://github.com/michaelchadwick/matrext/blob/master/matrext-example.gif)

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