31 lines
708 B
Markdown
31 lines
708 B
Markdown
# 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)
|