bitwarden2lastpass

Crates.iobitwarden2lastpass
lib.rsbitwarden2lastpass
version0.1.0
sourcesrc
created_at2021-12-30 02:10:09.677576
updated_at2021-12-30 02:10:09.677576
descriptionConverts BitWarden CSV export to Generic CSV suitable for LastPass
homepage
repositoryhttps://github.com/cwilper/bitwarden2lastpass
max_upload_size
id505134
size8,440
Chris Wilper (cwilper)

documentation

README

bitwarden2lastpass

Converts a BitWarden CSV export to a Generic CSV file suitable for import into LastPass.

Building

cargo build --release

This will put the binary at target/release/bitwarden2lastpass.

Usage

./bitwarden2lastpass input.csv output.csv

Where:

  • input.csv is the path to your BitWarden export
  • output.csv is the path where you want to save the LastPass Generic CSV for import
Commit count: 2

cargo fmt