Password Manager

This is another Unix-style password manager written in Go to save your data with OpenPGP encryption.
Install on macOS
Using Homebrew:
brew install nicola-strappazzon/tap/password-manager
Install using go
If you have Go installed, you can install the password-manager binary like this:
go install github.com/nicola-strappazzon/password-manager@latest
The binary will be placed in your GOBIN directory, which defaults to ~/go/bin. Depending on how Go is installed, this directory may or may not be in your PATH.
[!WARNING]
This project is under active development and may be unstable. Use at your own risk.