8 ms·
KeePassXC also has a cli interface suitably named keepassxc-cli, so for TOTP in the terminal its something like: keepassxc-cli show -q "$KEEPASS_DB_FILE" "$
by mksybr 3y ago
KeePassXC also has a cli interface suitably named keepassxc-cli, so for TOTP in the terminal its something like:
keepassxc-cli show -q "$KEEPASS_DB_FILE" "$ENTRY_NAME" --totp
<type password>
<prints totp>
edit: doubly so specifically regarding Authy since theyre discontinuing it on the desktop in a few months.
- imrehg 3y agoThey are discontinuing Authy Desktop in 3 weeks (March 19th), brought forward (!) from August. https://help.twilio.com/articles/19753631228315 https://help.twilio.com/articles/19753631228315
- mook 3y agoThe keepassxc CLI reopens the database separately; it's actually possible to use git-credential-keepassxc† to do the scripting instead because it acts more like a browser (so it interacts with the already running instance of KeepassXC). † https://github.com/frederick888/git-credential-keepassxc https://github.com/frederick888/git-credential-keepassxc