Skip to content

A simple CLI to generate various UIDs in the terminal.

License

Notifications You must be signed in to change notification settings

shellshape/idgen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

idgen

A simple CLI to generate various UID formats in the terminal.

Currently, the following UID formats are supported:

Usage

$ idgen -h
A simple CLI to generate various UIDs in console.

Usage: idgen [OPTIONS] <COMMAND>

Commands:
  xid        Generate XIDs (see https://github.com/rs/xid)
  uuid       Generate UUIDs (aka. GUIDs)
  snowflake  Generate Snowflake
  help       Print this message or the help of the given subcommand(s)

Options:
  -n, --number <NUMBER>  Set to larger than 1 to generate a list of UIDs [default: 1]
  -h, --help             Print help information
  -V, --version          Print version information