Commits


use the correct operators when comparing numbers eq/lt/gt are for string-wise comparisons!


create the path if it doesn't exists in 'mv' too


add --use-agent to the gpg2 mix


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.


print 'unknown command' when not recognizing the given cmd


adjust usage to print the available commands too


drop the pod and adjust usage()


allow to delete an arbitrary number of items


assume 'find' by default


use // instead of || in a few places


typo


tweak and fix the 'creating a password store' example


plass tee: print the password only if 'got ci' succeeded


drop extra chdirs


update usage strigs