Skip to content
/ pw Public

CLI tool built with Go to quickly generate passwords.

License

Notifications You must be signed in to change notification settings

wazeerc/pw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pw

Getting Started

Prerequisites

  • Go installed on your system.

Installation

  1. Clone the repository

  2. Run the program:

    cd pw && go run main.go gen -l 16 -n
    

    or

     go build && go install
     pw gen -l 16 -n
    
  3. To use the interactive mode:

    go run main.go -i
    

    or

    pw -i
    

Help

To get help on how to use the program, run:

pw help

or

go run main.go help

About

CLI tool built with Go to quickly generate passwords.

Resources

License

Stars

Watchers

Forks

Languages