Skip to content

zellyk/CLI-Password-Generator-Go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cli Password Generator Go

Description

This project is a password generator implemented in Go. It utilizes the Cobra CLI library for command-line interface functionality.

Usage

To use this project, follow these steps:

  1. Run go build to build the project.
  2. Run go install to install the project.
  3. Execute the following command to generate a password:
passwordGen generate -l 20 -d -s

After running the command, you will see the generated password printed to the console, and it will also be copied to the clipboard. The output will look similar to the following:

Generating password...
y@7Fp&4oL!vN\*Q9m$5S1
Password copied to clipboard!

About

Simple CLI password generator using Cobra-Cli

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages