Files
bitwarden-proton-sync/README.md
T
2026-08-28 20:45:07 +02:00

31 lines
710 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# bitwarden-proton-sync
This is a simple CLI tool to sync Bitwarden logins to Proton Pass. It can be set up as a cron jo to automate the syncing.
### Runtime requirements:
- `pass-cli` - Proton Pass CLI (must be logged in)
- `bw` - Bitwarden CLI (must be logged in BW_SESSION must be set)
### Installing
```sh
cargo install --path .
```
### Usage
```sh
bitwarden-proton-sync
```
This will automatically start the syncing process.
### Limitations
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
This project is licensed under the [GPLv3 license](LICENSE)