📝 Updates README and adds LICENSE

Signed-off-by: Ash Svitan <selfsigned-ash@proton.me>
This commit is contained in:
2026-04-30 22:00:07 +02:00
parent 8313188825
commit 8c40b5a01d
3 changed files with 697 additions and 3 deletions
+14 -2
View File
@@ -1,14 +1,26 @@
# bitwarden-proton-sync
This is a simple CLI tool to sync Bitwarden to Proton Pass. It can be set up as a cron jo to automate the syncing.
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
### Running (in development)
```sh
cargo run
```
### Installing
```sh
cargo install --path .
```
### Usage
```sh
bitwarden-proton-sync
```