Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
anssip authored May 14, 2024
1 parent 31a7e3f commit 64c361f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ Passlane is written in Rust.
- [Secure notes](#secure-notes)
- [Authenticator functionality](#authenticator-functionality)
- [Migrating from 1Password, LastPass, Dashlane etc.](#migrating-from-1password-lastpass-dashlane-etc)
- [Import from CSV](#import-from-csv)
- [Export to CSV](#export-to-csv)
- [Syncing data to your devices](#syncing-data-to-your-devices)
- [Other Keepass compatible applications](#other-keepass-compatible-applications)
Expand Down Expand Up @@ -223,7 +224,7 @@ you gain the benefit of two-factor authentication. You don't want to store these
Here is an example where teh totp vault file is stored in Dropbox:

```bash
.passlane cat .totp_vault_path ~/.passlane
~/.passlane > cat .totp_vault_path
/Users/anssi/Dropbox/stuff/totp.kdbx
```

Expand Down Expand Up @@ -268,6 +269,8 @@ Next code in 30 seconds
...
```

## Import from CSV

You can import credentials from a CSV file. With this approach, you can easily migrate from less elegant and often expensive commercial services.

First, make sure that the CSV file has a header line (1st line) with the following column titles:
Expand Down

0 comments on commit 64c361f

Please sign in to comment.