Add info on csv format to readme
This commit is contained in:
parent
af086f9593
commit
ccf3ece8da
1 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,11 @@
|
||||||
# pass2csv
|
# pass2csv
|
||||||
Needs [python-gnupg](https://pypi.python.org/pypi/python-gnupg). Run with path
|
Needs [python-gnupg](https://pypi.python.org/pypi/python-gnupg). Run with path
|
||||||
to password store as argument.
|
to password store as argument.
|
||||||
|
|
||||||
|
The csv is written to `pass.csv`. The format for the KeePass Generic CSV
|
||||||
|
Importer is:
|
||||||
|
|
||||||
|
`Group(/),Title,Password,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.
|
||||||
|
|
Loading…
Reference in a new issue