A little script that converts plain text files produced by Enpass export tool to LastPass importable CSV.
Note: Node >= 5.0 is required.
- Install globally:
npm install -g enpass2lastpass- The script accepts a path to a text file and outputs to stdout:
enpass2lastpass ./enpass-export.txt > lastpass-import.csvOptions:
--ignore-emptyor-i: removes entries that are missing both a url and a password (default: true).--clean-namesor-n: removes 'Generated Password for ' from the title (default: true).--clean-urlsor-l: removes query strings from the URL (default: true).--default-emailor-e: an email address to use for entries without a username or an email.--outputor-o: if specified, output would be saved to this file instead of printed to stdout.
- Done!
Bug reports and pull requests are welcome!