Open Integralist opened 4 years ago
It looks like pass-otp depends on qrencode to output a QR code. For some reason, using the same command you used, it was showing my a PNG via FEH to display the qr code.
It should pass -t ANSIUTF8
to the qrencode call but I dont think it is
Hello 👋
I had originally setup
pass otp
by inserting a new QR code viazbarimg
(which works fine, e.g.pass otp -c foo/bar/otp
copies a 2FA code to my clipboard).I noticed in the README that there was a way to display the QR code that was originally used as part of the insert operation, but when I try to use it I get output from ImageMagik instead of the QR?
Any ideas what I might be missing?
Thanks!