9 个版本 (2 个稳定版)
1.0.1 | 2024年6月16日 |
---|---|
1.0.0-beta.0 | 2023年10月19日 |
0.1.11 | 2022年4月2日 |
0.1.10 | 2022年2月13日 |
在 命令行工具 中排名第 548
每月下载量 376
15KB
324 行(不包括注释)
随机标签
用于生成随机标签的命令行工具。
安装
包需要 rustc 1.74.0
或更高版本。
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
依赖项
约 5-13MB
约 145K 行代码(约额外的代码行数)