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.
- Host: GitHub
- URL: https://github.com/aleroxac/pwdctl
- Owner: aleroxac
- Created: 2023-05-15T02:30:53.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-15T02:40:32.000Z (about 2 years ago)
- Last Synced: 2025-01-16T16:23:40.605Z (4 months ago)
- Topics: go, golang, pass, password, password-generator, pwd
- Language: Go
- Homepage: https://github.com/aleroxac/pwdctl
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```