Crates.io | hathor |
lib.rs | hathor |
version | 0.1.0 |
source | src |
created_at | 2021-01-30 16:29:05.270822 |
updated_at | 2021-01-30 16:29:05.270822 |
description | Allows to quckly generate a set of similar files. |
homepage | https://github.com/hathor-rs/hathor |
repository | https://github.com/hathor-rs/hathor |
max_upload_size | |
id | 348484 |
size | 18,743 |
Allows to quckly generate a set of similar files.
Named after Hathor - goddess in ancient Egyptian religion.
Dual-licensed under MIT
or the UNLICENSE.
This is now in progress project. Things are broken. No warranty provided.
Currently supported:
0123456789
cargo install hathor
To generate 5 files with the size 15 in directory test
use:
$ mkdir test
$ hathor generate 15 5 test
$ ls test/
0 1 2 3 4
$ cat test/0
012345678901234
Check --help
for future usage information.
$ hathor --help
hathor 0.1.0
Hathor - a file generator
USAGE:
hathor <SUBCOMMAND>
FLAGS:
-h, --help Prints help information
-V, --version Prints version information
SUBCOMMANDS:
generate Generates a set of same size files with repeating pattern `0123456789`
help Prints this message or the help of the given subcommand(s)