pass2bitwarden
pass2bitwarden copied to clipboard
A Python script to export data from pass in Bitwarden CSV format.
Results
2
pass2bitwarden issues
Sort by
recently updated
recently updated
newest added
Thanks for this tool, very helpful for Bitwarden migration! Thinking it could make sense to add a `pyproject.toml` for this project, so new users can install a virtual environment using...
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...