pass2bitwarden
pass2bitwarden copied to clipboard
change in gnupg, argument name is changed from 'gpgbinary' to 'binary'
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!
you need to install python-gnupg with pip instead of gnupg for the script to work. See https://github.com/quulah/pass2bitwarden/issues/3