A minimal password manager for OS X and Linux.
- GPG for encryption
- JSON formatted data
- Password generation
- Environment Variable configuration
- OS X:
brew install gpg
- Linux:
sudo apt-get install gnupg
- Linux:
sudo apt-get install xclip
-
Clone the repository
git clone https://github.com/bndw/pick.git && cd pick
-
Copy the
pick
executable into your PATHcp pick /usr/local/bin
add [ALIAS] [USERNAME] [PASSWORD] Add a credential to the safe
cat ALIAS Print a credential to STDOUT
cp ALIAS Copy a credential's password to the clipboard
ls List credentials
rm ALIAS Remove a credential
- Override the safe location (default: ~/.pick.safe)
export PICK_SAFE=/path/to/pick.safe