From 3f80e45e1af2853608eaf5b0e30c9a54dca25da7 Mon Sep 17 00:00:00 2001 From: Ash Svitan Date: Mon, 20 Jul 2026 20:57:28 +0200 Subject: [PATCH] :memo: Updates README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a91c7a1..ea793d9 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ This is a simple CLI tool to sync Bitwarden logins to Proton Pass. It can be set ### Runtime requirements: - `pass-cli` - Proton Pass CLI (must be logged in) -- `rbw` - Unofficial Bitwarden CLI (must be logged in) +- `bw` - Bitwarden CLI (must be logged in - BW_SESSION must be set) ### Installing @@ -23,7 +23,7 @@ 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. +Currently, syncing is only possible for username, password, note, and URLs. TOTP needs to be synced manually. Other items are not synced (e.g. cards, identities, notes, etc.). ### License