Skip to content

v0.1.0

Choose a tag to compare

@mietzen mietzen released this 12 Apr 12:26
· 21 commits to main since this release
bf29a54

Initial Release

First release of keepassxc-cli — a KeePassXC CLI using the browser extension API with biometric unlock (TouchID/fingerprint).

Features

  • 13 commands: setup, status, show, search, ls, add, edit, rm, totp, clip, generate, lock, mkdir
  • 3 output formats: --format table (default), --format json, --format tsv
  • Shared config with keepassxc-ssh-agent: associate once at ~/.keepassxc/browser-api.json, both tools work
  • Biometric unlock — no need to type your database password

Installation

pip install keepassxc-cli
# or via Homebrew tap (coming soon)
brew install mietzen/tap/keepassxc-cli

Quick Start

keepassxc-cli setup      # associate with KeePassXC
keepassxc-cli status     # check connection
keepassxc-cli ls         # list entries
keepassxc-cli show <uuid>