tadfisher / pass-otp

A pass extension for managing one-time-password (OTP) tokens
GNU General Public License v3.0
1.26k stars 86 forks source link

append subcommand does not work with zbarimg #189

Open doolio opened 8 months ago

doolio commented 8 months ago

The pass otp append command does not work with zbar i.e. following the instructions below from the README the password-store file is overwritten rather than appended to.

$ zbarimg -q --raw google-qrcode.png | pass otp append google/example@gmail.com

My qrcode file was a svg rather than a png if that matters.