`import` command
leonklingele opened this issue · 5 comments
leonklingele commented
An import command would be nice to import object (e.g. credentials) from pick, 1Password & co.
leonklingele commented
This library looks promising for imports of a 1Password vault: https://github.com/miquella/opvault
bndw commented
A pluggable import feature would definitely be cool. I'd be happy to review a proposal if it's something you'd like to put together.
bndw commented
Proposed formats to support for import
Type | Reference lib |
---|---|
1password | https://github.com/miquella/opvault |
lastpass | https://gist.github.com/jmazzi/6118632 |
pwsafe.org | https://github.com/tkuhlman/gopwsafe |
KeePassX | https://github.com/tobischo/gokeepasslib |
srstevenson commented
KeePassX is popular among people I think would be interested in pick; a cursory search led to tobischo/gokeepasslib as a Go implementation.
bndw commented
@srstevenson Thanks, added!