| Crates.io | random-tag |
| lib.rs | random-tag |
| version | 1.0.1 |
| created_at | 2022-02-13 12:22:55.063464+00 |
| updated_at | 2024-06-16 09:55:13.647769+00 |
| description | Generate random tags |
| homepage | |
| repository | https://github.com/gleb-chipiga/random-tag |
| max_upload_size | |
| id | 531738 |
| size | 35,395 |
Command-line utility for generating random tags.
Crate requires rustc 1.74.0 or greater.
cargo install random-tag
Generate random tags
Usage: random-tag [OPTIONS] [COMMAND]
Commands:
completions Outputs the completion file for given shell
dump-tags Dump used tags as CSV to stdout
load-tags Load used tags from stdin or file in CSV format
check-db Check used tags database
drop-db Drop used tags database
help Print this message or the help of the given subcommand(s)
Options:
-c, --chars <CHARS> Tag chars [default: dfqsvz0123456789]
-l, --length <LENGTH> Tag length from 1 to 255 [default: 6]
-a, --amount <AMOUNT> Tags amount from 1 to 255 [default: 10]
-h, --help Print help
-V, --version Print version