random-tag

Crates.iorandom-tag
lib.rsrandom-tag
version1.0.1
sourcesrc
created_at2022-02-13 12:22:55.063464
updated_at2024-06-16 09:55:13.647769
descriptionGenerate random tags
homepage
repositoryhttps://github.com/gleb-chipiga/random-tag
max_upload_size
id531738
size35,395
Gleb Chipiga (gleb-chipiga)

documentation

README

Random tag

Command-line utility for generating random tags.

Random tag crate MIT licensed minimum rustc 1.74

Installation

Crate requires rustc 1.74.0 or greater.

cargo install random-tag

Usage

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
Commit count: 30

cargo fmt