Tobias Girstmair writes:
having this feature in pass, would allow it to be handled in a single call to
gpg.
your script (and the current "manual" approach) requires two decryptions. with
a physical token,
that's very slow.
definitively agree.
Possibly the script can be tuned to have a single "pass" invocation and
then mangle the output, outputting all but the first line.
If you have an OTP secret you might want to avoid outputting that line.
I guess my point is that with a bit of scripting "pass" can be plied to
other use cases without adding complexity to the tool (and have pass do
one thing well).
regards,