An open API service indexing awesome lists of open source software.

https://github.com/aleroxac/pwdctl

Command line tool to manage passwords.
https://github.com/aleroxac/pwdctl

go golang pass password password-generator pwd

Last synced: 2 months ago
JSON representation

Command line tool to manage passwords.

Awesome Lists containing this project

README

        

# pwdctl
Command line tool to manage passwords.

## Use Mode
```
## build
cd src && go build -o pwdctl

## run
./pwdctl --number 10 --letter 10 --symbol 2
```