urg

command module
v0.0.0-...-8702cac Latest Latest
Warning

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

Go to latest
Published: May 11, 2025 License: AGPL-3.0 Imports: 1 Imported by: 0

README

Urenge

urenge is a CLI tool for generating random tokens

Root

Usage:
  urg [command]

Available Commands:
  help        Help about any command
  scr         scramble a string
  str         generate random string

Flags:ur
  -h, --help   help for urg

Use "urg [command] --help" for more information about a command.

Strings

generate random string

Usage:
  urg str [flags]

Examples:
urg str --min=30 --max=50 -lnsu
urg str -un
urg str

Flags:
  -h, --help                  help for str
  -l, --lowers uint8[=255]    include lowercase letters
      --max uint8             max length of generated string (default 16)
      --min uint8             min length of generated string (default 14)
  -n, --numbers uint8[=255]   include numbers
  -s, --special uint8[=255]   include special characters
  -u, --uppers uint8[=255]    include uppercase letters (default 255)

Scrambler

scramble a string

Usage:
  urg scr [flags]

Examples:
urg scr lorem ipsum

Flags:
  -h, --help   help for scr

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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