pass2bw/README.md

11 lines
388 B
Markdown
Raw Normal View History

2016-05-29 19:00:21 -04:00
# pass2csv
Needs [python-gnupg](https://pypi.python.org/pypi/python-gnupg). Run with path
to password store as argument.
2016-05-30 05:31:00 -04:00
The csv is written to `pass.csv`. The format for KeePassXC importer is:
2016-05-30 05:31:00 -04:00
`Group(/),Title,User,Password,URL,Notes`
2016-05-30 05:31:00 -04:00
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.