[pass] [PATCH] reencrypt_path: use --with-colons with gpg

Jason A. Donenfeld Jason at zx2c4.com
Thu Apr 24 18:53:46 CEST 2014


On Thu, Apr 24, 2014 at 2:52 PM, schalox <schalox at gmail.com> wrote:
> Gnupg's FAQ recommends[0] using this:
> gpg --batch --decrypt --list-only --status-fd 1 2>/dev/null | \
>   awk '/^\[GNUPG:\] ENC_TO / { print $3 }'

Looks like this is more or less the same as using -v with the same
options, so I think what we have is most likely alright.

> After searching through Gnupg-users mailing-list and trying different
> options in various ways, I couldn't find a way to use --list-only with
> --with-colons together.

I couldn't figure it out either, even after reading the gpg source. I
don't think it's possible.

Would you write to the gpg mailing list about this?


More information about the Password-Store mailing list