Generate a random ASCII string of defined length.
For displaying the help, just type rchars
without any argument.
It should display something like this:
Random character generator
Usage:
rchars <number of characters to generate>
Example usage:
rchars 20;
rchars 9001;
rchars 0;
- Install rustc and cargo using rustup.rs. Remember to set up it up according to your OS and distro! If you happen to have any problems feel free to open an issue about it! :)
- Clone this repository and cd into it.
- run
cargo install
.
rchars should now be installed in $HOME/.cargo/bin/
.