pass¶
Installation¶
# Ubuntu
brew install pass
Remove gpg-agent error
sudo apt remove gpg-agent
gpgconf --kill gpg-agent
Usage¶
Import File¶
pass insert -fm gpg/revoke < file.txt
Git¶
# Push your local pass history
pass git push -u --all
Reconnecting Existing Repo¶
git clone [email protected]:nicholaswilde/pass.git ~/.password-store
pass-import¶
wget -qO - https://pkg.pujol.io/debian/gpgkey | sudo apt-key add -
echo 'deb [arch=amd64] https://pkg.pujol.io/debian/repo all main' | sudo tee /etc/apt/sources.list.d/pkg.pujol.io.list
sudo apt-get update
sudo apt-get install pass-extension-import