KeePassXC
Command Line Interface (CLI)
Section titled “Command Line Interface (CLI)”# Open database with key filekeepassxc-cli open -k /path/to/keyfile /path/to/database.kdbx
# Get help while inside databasehelp
# Search for entrysearch <search term>
# Get entry password and copy to clipboardclip <entry name>