π¦ rust implementation of mini-matrix - much faster
π¨βπ» Output random 0 and 1 or custom characters with a matrix-like effect
rmini-matrix is in the AUR
yay -S rmini-matrix
Run make
# π rmini-matrix/
make
clone github repo
git clone https://github.com/SkwalExe/rmini-matrix
build with cargo
# π rmini-matrix/
cargo build --release
[ LINUX ONLY ] : Move the binary
# π rmini-matrix/
sudo cp target/release/rmini-matrix /usr/bin/rmini-matrix
On windows the executable will be target\release\rmini-matrix.exe
you can move it wherever you want.
rmini-matrix -c 20 --custom-chars "abcdefghijklmnopqrstuvwxyz"
[module/matrix]
type = custom/script
exec = rmini-matrix -c 20 -s 0.07
tail = true
Run make uninstall
# π rmini-matrix/
make uninstall
Just remove the binary
sudo rm /usr/bin/rmini-matrix
docker run --rm -it ghcr.io/skwalexe/rmini-matrix:main
# π rmini-matrix/
docker build -t rmini-matrix .
docker run --rm -it rmini-matrix [OPTIONS]
If you have any probleme, don't hesitate to open an issue
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.