A multiplatform Rust clone of cmatrix.
Unlike the original cmatrix, supports both Windows and most flavors of Linux. May also support macOS, though this is untested.
You first need the Rust environment: https://rustup.rs
(recommended if you don't intend to modify the program)
cargo install mrs-matrix --locked
- Clone this repository locally with
git clone https://github.com/generic-user1/mrs-matrix.git
- Enter the directory of the repository with
cd mrs-matrix
- Install the project with
cargo install --path .
Run mrs-matrix
To get a list of possible options, run mrs-matrix --help
As a user, you likely won't have to worry about these as cargo
will take care of downloading and building them for you.