Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 496 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 496 Bytes

gpass: Password generating CLI tool

Installation

Installed with go install github.com/fwm/gpass

Usage

Once invoked as gpass [flags] it generates a password and copies it to clipboard

Usage of gpass:
  -a, --alpha        use alphabetical symbols (default true)
  -l, --length int   password length to generate (default 10)
  -n, --numeric      use numeric symbols (default true)
  -s, --special      use special symbols
  -v, --verbose      print out the generated password