passgen-go

command module
v0.0.0-...-cd4c58a Latest Latest
Warning

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

Go to latest
Published: Jan 30, 2023 License: MIT Imports: 7 Imported by: 0

README

passgen-go

small CLI password generator just for fun and practice

Install

go install github.com/Xotchkass/passgen-go@latest

Usage

Usage: passgen-go [--length LENGTH] [--number NUMBER] [--charactergroups CHARACTERGROUPS] [--include INCLUDE] [--exclude EXCLUDE] [--clipboard]

Options:
  --length LENGTH, -l LENGTH
                         Length of generated password [default: 15]
  --number NUMBER, -n NUMBER
                         Number of generated passwords [default: 1]
  --charactergroups CHARACTERGROUPS, -g CHARACTERGROUPS
                         Which group of characters include in password. Options: u - upper case latin letters [A-Z]. l - lower case latin letters [a-z]. d - digits [0-9]. s - symbols [~!@#$%^&*()_-+={[}]|\:;"'<,>.?/] [default: ULD]
  --include INCLUDE, -i INCLUDE
                         additional characters to include
  --exclude EXCLUDE, -e EXCLUDE
                         characters to exclude
  --clipboard, -c        if set - writes generated password in clipboard instead of stdin. ignored if '-n' > 1
  --help, -h             display this help and exit

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