| Crates.io | randata |
| lib.rs | randata |
| version | 0.4.2 |
| created_at | 2023-08-21 01:18:26.118046+00 |
| updated_at | 2023-08-21 04:25:27.601136+00 |
| description | A command line interface which produces randomized output in different formats. |
| homepage | https://github.com/devkevbot/randata |
| repository | https://github.com/devkevbot/randata |
| max_upload_size | |
| id | 949632 |
| size | 20,704 |
A command line interface which produces randomized output in different formats.
randata shuffle foobar
aforboo
randata shuffle 1 2 3 4
4 1 2 3
randata numbers --length 5 --start 10
13 12 14 11 10
randata color --format hex
#e5f5c1
randata color --format rgb
(112,39,164)
randata color --format hsl
(324,98%,20%)
randata ip --format ipv4
229.222.240.211
randata ip --format ipv6
4ade:8899:39c3:fc9e:e4fe:e20e:8f4a:2dda
randata coin-flip
heads
randata dice-roll --sides 10
7
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.
cargo run <args>
cargo install --path .
randata <args>