From 7d40f9bd20fe500ec9b0ab0823aaac6c650a656f Mon Sep 17 00:00:00 2001 From: Ash Svitan Date: Thu, 30 Apr 2026 22:07:03 +0200 Subject: [PATCH] :memo: Updates README Signed-off-by: Ash Svitan --- README.md | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 42cbdf4..a91c7a1 100644 --- a/README.md +++ b/README.md @@ -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) - `rbw` - Unofficial Bitwarden CLI (must be logged in) -### Running (in development) - -```sh -cargo run -``` - ### Installing ```sh @@ -24,3 +18,13 @@ cargo install --path . ```sh 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)