tomatrix 0.1.0

Make any text document output a matrix screensaver
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Matrix any text document

Turns it into a full screen display that'll make you say "whoa."

## Usage

Pipe content to stdin and close it, and the saver will start.

e.g., `cargo run < src/lib.rs`. Play with the character sets to influence the output, e.g., `/usr/share/dict/words` vs some code.

`cargo install tomatrix` to install this.

Press Control+C to exit.

## Author

The Professional <erik@hollensbe.org>