PWM - simple terminal password and something more manager
gpg --full-generate-keygo install github.com/algrvvv/pwm@latestpwm initpwm completion zsh > ~/tmp/pwm
# It's better to put this command in your shell configuration, for example ~/.zshrc
source ~/tmp/pwmTo see available commands use:
pwm helpStore new password or note:
pwm store remote_server_ip "127.0.0.1"
# or
pwm store github-token "my_github_token"Get password or note:
pwm get remote_server_ip
# or (if you need see and copy)
pwm get github-token --clipOnly copy:
pwm copy github-tokenRemove password or note:
pwm rm remote_server_ipGet all passwords or notes:
pwm listGenerate new password:
pwm generate --len 32 --clip --save password_nameAll flags for generate password:
Flags:
-c, --clip save to clipboard
-h, --help help for generate
-l, --len int password len. (default 12)
-s, --save string save note by name
-D, --without-digits dont use digits
-S, --without-specials dont use special symbols
-U, --without-uppers dont use upper case symbols