8c40b5a01d
Signed-off-by: Ash Svitan <selfsigned-ash@proton.me>
27 lines
426 B
Markdown
27 lines
426 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)
|
|
- `rbw` - Unofficial Bitwarden CLI (must be logged in)
|
|
|
|
### Running (in development)
|
|
|
|
```sh
|
|
cargo run
|
|
```
|
|
|
|
### Installing
|
|
|
|
```sh
|
|
cargo install --path .
|
|
```
|
|
|
|
### Usage
|
|
|
|
```sh
|
|
bitwarden-proton-sync
|
|
```
|