https://github.com/erikh/tomatrix
Convert any text to a matrix screensaver
https://github.com/erikh/tomatrix
matrix terminal
Last synced: about 2 months ago
JSON representation
Convert any text to a matrix screensaver
- Host: GitHub
- URL: https://github.com/erikh/tomatrix
- Owner: erikh
- Created: 2024-04-25T05:27:14.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-26T23:35:42.000Z (about 2 years ago)
- Last Synced: 2025-02-07T21:44:06.622Z (over 1 year ago)
- Topics: matrix, terminal
- Language: Rust
- Homepage:
- Size: 1.72 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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.
This one is fun: `head -c 1000000 /dev/urandom | perl -pe 's/\P{Word}//g' | tomatrix`
Press Control+C to exit.
## Example

## Author
The Professional