Tree
- Tree:
b8ca69db3781d6e6d86a536eea9c43f0d8b7db3b
- Date:
- Message:
- rewrite gpm completely in perl Aside from the language change, the changelist is pretty large: - Added support for creating directories of arbitrary depth within GPM_DIR - Added support for GPM_GPG environment variable and -g flag - The GPM_RECIPIENT environment variable and -r flag are now optional - Added support for multiline secrets - Added the -m flag for the add command - The add command no longer forces the .gpg suffix - Added support for the GPM_LSCMD environment variable - The rm command now asks before each removal (for forced removal use "cd $GPM_DIR && rm -f $file") - No longer trying to be "clever" about newlines
COPYING | commits | blame |
Makefile | commits | blame |
README | commits | blame |
gpm* | commits | blame |
gpm.1 | commits | blame |
pm2gpm* | commits | blame |
version.mk | commits | blame |
README
gpm is a gpg-based password manager, similar to pass, but much simpler, and 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'.