rndc

command module
v0.0.0-...-7191ba8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 24, 2023 License: MIT Imports: 5 Imported by: 0

README

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

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL