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 (if n > 1) [default: ,] -n 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 ```