kpx-cli

Crates.iokpx-cli
lib.rskpx-cli
version0.0.1
created_at2025-11-09 01:03:42.54839+00
updated_at2025-11-09 01:03:42.54839+00
descriptionCommand-line KeePassXC browser integration client built on the kpx crate
homepage
repository
max_upload_size
id1923462
size79,789
Julián Bayardo Spadafora (jbayardo)

documentation

https://github.com/jbayardo/kpx#kpx-cli

README

kpx-cli

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.

Installation

cargo install kpx-cli

To install directly from the workspace while developing:

cargo install --path crates/kpx-cli

Usage

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.

License

Licensed under MIT – see the workspace LICENSE.

Commit count: 0

cargo fmt