Random tag

Command-line utility for generating random tags.

Random tag crate MIT licensed minimum rustc 1.59

Installation

Crate requires rustc 1.59.0 or greater. bash cargo install random-tag

Usage

``` random-tag 0.1.11 Gleb Chipiga Generate random tags

USAGE: random-tag [OPTIONS]

OPTIONS: -a, --amount Tags amount from 1 to 255 [default: 1] -c, --chars Tag chars [default: dfqsvz0123456789] -h, --help Print help information -l, --length Tag length from 1 to 255 [default: 6] -s, --shell Outputs the completion file for given shell [possible values: bash, elvish, fish, powershell, zsh] -V, --version Print version information ```