Commit Briefs

Omar Polo

add --use-agent to the gpg2 mix


Omar Polo

adjust writepass so gpg2 don't see the output file

gpg has an annoying "feature": it avoids to overwrite files. If in interactive mode, "gpg2 -o foo" will ask the user whether to override foo or not, otherwise will just refuse to work. not nice. working around this by making gpg2 write to stdout, and redirecting stdout to that file. Then restore stdout for sanity :) While here, also make `writepass' fail if gpg fails.




Omar Polo

drop the pod and adjust usage()



Omar Polo

assume 'find' by default


Omar Polo

use // instead of || in a few places


Omar Polo

typo




Omar Polo

drop extra chdirs


Omar Polo

update usage strigs


Omar Polo

drop the 'regen' command too

'gen' now is happy to override files. since we're using a version control system anyway, there's no point in being picky about changing files. If one overrides a password by mistake, the old one is still available thanks to got.


Omar Polo

rework got_* error handling again