Commit Briefs

c02d9413bb Alex Arx

bump version to 0.3 (main, tags/0.3)


ec78a3e0fe Alex Arx

put copyright statements into the source code


276ae6e346 Alex Arx

change my name


feef3839ff Alex Arx

document the {add|copy|show} [-Nn] flags


c19a706e59 Alex Arx

document the GPM_<COMMAND> env variables


104ed24069 Alex Arx

implement the -Nn flags for add, show and copy


fe84ad4c60 Alex Arx

fix fork() code


233429cc63 Alex Arx

fix style


03dc15a421 Alex Arx

fix usage text for gpm copy



Branches

Tags

0.3

0.2

0.1

Tree

.mailmapcommits | blame
CHANGEScommits | blame
Makefilecommits | blame
READMEcommits | blame
examples/
gpm*commits | blame
gpm.1commits | blame
pm2gpm*commits | blame
version.mkcommits | 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'.

The dependencies are:

- Digest::SHA
- gpg
- xclip (optional)