π¦ 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-matrixRun make
# π rmini-matrix/
makeclone github repo
git clone https://github.com/SkwalExe/rmini-matrixbuild with cargo
# π rmini-matrix/
cargo build --release[ LINUX ONLY ] : Move the binary
# π rmini-matrix/
sudo cp target/release/rmini-matrix /usr/bin/rmini-matrixOn 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 = trueRun make uninstall
# π rmini-matrix/
make uninstallJust remove the binary
sudo rm /usr/bin/rmini-matrixdocker 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.




