#uuid #guid #unique

app uuid-generate2

UUID generator

1 unstable release

0.2.0 Feb 25, 2023

#26 in #guid

MIT license

6KB

UUID generator

Simple command-line UUID generator (currently generates only v4s)

Notes

Repository that continues to be maintained by Fork of LesnyRumcajs/uuid-generate

Installation

cargo install uuid-generate2

Usage

USAGE:
    uuid-generate [OPTIONS]

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information

OPTIONS:
    -d <delimiter>         Delimiter (if n > 1) [default: ,]
    -n <uuid-count>        Number of UUIDs to generate [default: 1]

Sample

❯ uuid-generate
3cf40924-18f2-4c1d-be76-1c38810d93c8

❯ uuid-generate -n 2 -d '|'
25353496-39c5-4d8c-a0bf-89008c0719e0|afa2b724-0d55-4931-acbe-45ea0ff83708

Dependencies

~3.5MB
~65K SLoC