commit 49324589345f5ccb54c545f8376f73ea484ec3eb from: Alexander Arch via: Alex Arx date: Fri Nov 15 13:50:00 2024 UTC document dependencies commit - 8fe7e47f8bf5d74d64057e0c515e476014510fbe commit + 49324589345f5ccb54c545f8376f73ea484ec3eb blob - 2e9d70571893ffae43bf4e6d8bd070c24319e6e1 blob + 8e59aced25e00395086835a5838fbb314ec84ac5 --- README +++ README @@ -2,3 +2,9 @@ gpm is a gpg-based password manager, similar to pass, free of the bash dependency. gpm is developed from my other now-deprecated openssl-based password manager pm. To convert pm passwords into gpm passwords, please use the pm2gpm script. For installation run `make install'. + +The dependencies are: + +- Digest::SHA +- gpg +- xclip (optional)