keepassxc/src/keys
James Ring b1eda37cca CLI: Add interactive session mode command open
This change adds a GNU Readline-based interactive mode to keepassxc-cli. If GNU Readline is not available, commands are just read from stdin with no editing or auto-complete support.

DatabaseCommand is modified to add the path to the current database to the arguments passed to executeWithDatabase. In this way, instances of DatabaseCommand do not have to prompt to re-open the database after each invocation, and existing command implementations do not have to be changed to support interactive mode.

This change also introduces a new way of handling commands between interactive and batch modes.

* Fixes #3224.
* Ran make format
2019-09-28 11:24:42 -04:00
..
drivers CLI: Add Yubikey unlock support 2019-09-22 18:11:40 -04:00
ChallengeResponseKey.h Restore correct formatting 2018-11-28 18:29:15 -05:00
CompositeKey.cpp Restore correct formatting 2018-11-28 18:29:15 -05:00
CompositeKey.h Restore correct formatting 2018-11-28 18:29:15 -05:00
FileKey.cpp Code formatting 2019-05-19 18:21:34 -04:00
FileKey.h Improve resilience against memory attacks 2019-04-21 09:39:28 -04:00
Key.h Restore correct formatting 2018-11-28 18:29:15 -05:00
PasswordKey.cpp Code formatting 2019-05-19 18:21:34 -04:00
PasswordKey.h Improve resilience against memory attacks 2019-04-21 09:39:28 -04:00
YkChallengeResponseKey.cpp CLI: Add Yubikey unlock support 2019-09-22 18:11:40 -04:00
YkChallengeResponseKey.h Improve resilience against memory attacks 2019-04-21 09:39:28 -04:00
YkChallengeResponseKeyCLI.cpp CLI: Add Yubikey unlock support 2019-09-22 18:11:40 -04:00
YkChallengeResponseKeyCLI.h CLI: Add interactive session mode command open 2019-09-28 11:24:42 -04:00