6 releases

0.1.11 Apr 2, 2022
0.1.10 Feb 13, 2022

#1134 in Command line utilities

26 downloads per month

MIT license

6KB

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.

cargo install random-tag

Usage

random-tag 0.1.11
Gleb Chipiga
Generate random tags

USAGE:
    random-tag [OPTIONS]

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

Dependencies

~3.5MB
~66K SLoC