pass(1) to BitWarden/Vaultwarden CSV exporter.
Find a file
2018-08-15 00:08:13 -04:00
LICENSE Initial commit 2016-05-30 00:54:42 +02:00
pass2csv.py Add more documentation to README and inline 2018-08-15 00:08:13 -04:00
README.md Add more documentation to README and inline 2018-08-15 00:08:13 -04:00

pass2csv

Needs python-gnupg. Run with path to password store as argument.

The csv is written to pass.csv. The format for KeePassXC importer is:

Group(/),Title,User,Password,URL,Notes

Where 'Password' is the first line of the entry in pass and 'Notes' are all subsequent lines. '\' should not be interpreted as an escape character.