rmatrix icon indicating copy to clipboard operation
rmatrix copied to clipboard

rust port of cmatrix

Results 5 rmatrix issues
Sort by recently updated
recently updated
newest added

Thank you for this interesting project! This patch fixes the problem that the `-b` option has no effect at runtime even it has already been implemented. https://user-images.githubusercontent.com/12132068/149713816-b2493e3c-5d9e-4887-986d-c5cade34a333.mp4

When passing invalid update speed (like `rmatrix -u11`), rmatrix reports `error: Invalid value for '--update ': must be a number between 1 and 10`, but rmatrix actually allows `-u0`

The `signal-hook` crate is for Unix systems. Would you mind switching to a cross platform crate - like [`linefeed`](https://docs.rs/linefeed/0.6.0/linefeed/enum.Signal.html) for signal handling/resizing? Thanks!

Please add `Releases` binary.

i'm surprised that no one has reported this yet i guess this is a "small" project after all if you install the current version of rmatrix from the aur and...