sommer / loxodo

Password Safe V3 compatible Password Vault
http://www.christoph-sommer.de/loxodo
GNU General Public License v2.0
76 stars 38 forks source link

add support for YAML #41

Closed dickon closed 3 years ago

dickon commented 3 years ago

This is useful when redirecting stdout to a file.

sommer commented 3 years ago

The export format (title-password pairs formatted as YAML) might be too-closely oriented on a particular use case to be of general use. Moreover, the yaml export doesn't look particularly robust to me (non-unique titles become part of the primary key). Still, I appreciate the pull request.