Skip to content
/ pg Public

Simple password generator cli command written go.

License

Notifications You must be signed in to change notification settings

kyamashiro/pg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Password Generator

Simple password generator

Usage

$ pg [-c] [-C] [-d <digit>] [-s]

Number only

$ pg
$ 60023148

Digit

$ pg -d 10
$ 1452707794 // 10-digit password will be generated.

Lowercase letters

$ pg -c
$ gu0n81y3

Uppercase letters

$ pg -C
$ QCS529W6

Symbol

$ pg -s
$ 9#936!&%

Combine

$ pg -cCs -d 10
$ VBW6h$v%W!

Install

$ go install github.com/kyamashiro/pg@latest
$ pg
$ git clone https://github.com/kyamashiro/pg.git
$ make build
$ ./pg

About

Simple password generator cli command written go.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published