📝 Updates README

Signed-off-by: Ash Svitan <selfsigned-ash@proton.me>
This commit is contained in:
2026-04-30 22:07:03 +02:00
parent 1ef4a21bf3
commit 7d40f9bd20
+10 -6
View File
@@ -7,12 +7,6 @@ This is a simple CLI tool to sync Bitwarden logins to Proton Pass. It can be set
- `pass-cli` - Proton Pass CLI (must be logged in) - `pass-cli` - Proton Pass CLI (must be logged in)
- `rbw` - Unofficial Bitwarden CLI (must be logged in) - `rbw` - Unofficial Bitwarden CLI (must be logged in)
### Running (in development)
```sh
cargo run
```
### Installing ### Installing
```sh ```sh
@@ -24,3 +18,13 @@ cargo install --path .
```sh ```sh
bitwarden-proton-sync bitwarden-proton-sync
``` ```
This will automatically start the syncing process.
### Limitations
Currently, syncing is only possible for user and password of logins, not for notes, identities, cards, etc. URLs, TOTP, and notes are also not synced.
### License
This project is licensed under the [GPLv3 license](LICENSE)