pass2bitwarden icon indicating copy to clipboard operation
pass2bitwarden copied to clipboard

change in gnupg, argument name is changed from 'gpgbinary' to 'binary'

Open adrinia opened this issue 11 months ago • 1 comments

I had to change the name of the argument in line 32 from 'gpgbinary' to 'binary' in order to get it to work, see the documentation: https://pythonhosted.org/gnupg/gnupg.html

Otherwise it seemed to work fine, thank you!

adrinia avatar Dec 31 '24 07:12 adrinia

you need to install python-gnupg with pip instead of gnupg for the script to work. See https://github.com/quulah/pass2bitwarden/issues/3

neov5 avatar Feb 09 '25 10:02 neov5