Skip to content
/ rndc Public

cli tool for random strings (xid, uuid, hex, ascii, base62, base64)

License

Notifications You must be signed in to change notification settings

lastarc/rndc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rndc

$ rndc -h
Usage: rndc <command>

cli tool for random strings (xid, uuid, hex, ascii, base62, base64)

Flags:
  -h, --help    Show context-sensitive help.

Commands:
  xid
    random xid

  uuid
    random uuid

  hex
    random hex string

  ascii
    random ascii string

  base62
    random base62 string

  base64
    random base64 string

Run "rndc <command> --help" for more information on a command.

Building & Installation

# clone the source code
$ git clone https://github.com/lastarc/rndc.git
# change to the directory
$ cd rndc
# build the executable
$ go build
# run from the directory...
$ ./rndc uuid
# or install globally
$ go install
$ rndc xid

Note: for global installation to work $GOPATH/bin (or $HOME/go/bin if the GOPATH environment variable is not set) must be in $PATH

About

cli tool for random strings (xid, uuid, hex, ascii, base62, base64)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages