A command line interface which produces randomized output in different formats.
txt
randata shuffle foobar
aforboo
txt
randata shuffle 1 2 3 4
4 1 2 3
txt
randata numbers --length 5 --start 10
13 12 14 11 10
```txt randata color --format hex
randata color --format rgb (112,39,164)
randata color --format hsl (324,98%,20%) ```
```txt randata ip --format ipv4 229.222.240.211
randata ip --format ipv6 4ade:8899:39c3:fc9e:e4fe:e20e:8f4a:2dda ```
Full instructions can be found by running cargo run help
Command-specific instructions can be found by running cargo run randata --help
The project executable can either be built and run via cargo
or installed
locally onto your machine and run via the executable name randata
.
sh
cargo run <args>
sh
cargo install --path .
randata <args>