Import LastPass passwords csv to linux pass

Revision history
Tags: pass lastpass linux csv

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.

Creative Commons License This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.