| Crates.io | kpx-cli |
| lib.rs | kpx-cli |
| version | 0.0.1 |
| created_at | 2025-11-09 01:03:42.54839+00 |
| updated_at | 2025-11-09 01:03:42.54839+00 |
| description | Command-line KeePassXC browser integration client built on the kpx crate |
| homepage | |
| repository | |
| max_upload_size | |
| id | 1923462 |
| size | 79,789 |
Cross-platform CLI that speaks the KeePassXC browser protocol using the kpx library under the hood. Associations are encrypted and stored in the operating system's keyring so you can reuse them between runs.
cargo install kpx-cli
To install directly from the workspace while developing:
cargo install --path crates/kpx-cli
Fetch credentials for a URL:
kpx get --url https://example.com
Manage associations:
kpx associations new # create a new association
kpx associations list # show stored associations
kpx associations delete --database-hash <hash>
kpx associations delete-all
All output is machine-friendly JSON so the tool can slot into scripts or password store automation easily.
Licensed under MIT – see the workspace LICENSE.