Crates.io | bitwarden2lastpass |
lib.rs | bitwarden2lastpass |
version | 0.1.0 |
source | src |
created_at | 2021-12-30 02:10:09.677576 |
updated_at | 2021-12-30 02:10:09.677576 |
description | Converts BitWarden CSV export to Generic CSV suitable for LastPass |
homepage | |
repository | https://github.com/cwilper/bitwarden2lastpass |
max_upload_size | |
id | 505134 |
size | 8,440 |
Converts a BitWarden CSV export to a Generic CSV file suitable for import into LastPass.
cargo build --release
This will put the binary at target/release/bitwarden2lastpass
.
./bitwarden2lastpass input.csv output.csv
Where:
input.csv
is the path to your BitWarden exportoutput.csv
is the path where you want to save the LastPass Generic CSV for import