Import LastPass passwords csv to linux pass
- 13 Mar 2017: Post was created (diff)
I finally made the move. Exported all my LastPass passwords to CSV, then made a tool to import it to pass
.
$ git clone https://github.com/stigok/lastpass-to-pass
$ cd lastpass-to-pass
$ npm install
$ cat ~/lastpass.csv | node index.js
Check repo for more info https://github.com/stigok/lastpass-to-pass
If you have any comments or feedback, please send me an e-mail. (stig at stigok dotcom).
Did you find any typos, incorrect information, or have something to add? Then please propose a change to this post.