Skip to content

redheo/genpass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

genpass

Simple random password generator

Install

go install github.com/redheo/genpass@latest

Install (git clone & make build)

git clone git@github.com:redheo/genpass.git
cd genpass && make build

Usage

NAME:
   genpass - generate random password

USAGE:
   genpass [global option] [password length]

GLOBAL OPTIONS:
   --nospecial, -n  don't include special characters (default: false)
   --help, -h       show help (default: false)

About

Simple random password generator

Resources

Stars

Watchers

Forks