keepassxc/tests/gui
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
..
CMakeLists.txt Fix crash when removing custom data 2019-09-07 07:50:08 -04:00
TestGui.cpp Autocomplete usernames based on most frequent in database 2019-06-23 22:22:57 -04:00
TestGui.h Add group sorting feature 2019-06-18 18:51:38 -04:00
TestGuiBrowser.cpp CLI: Add interactive session mode command open 2019-09-28 11:24:42 -04:00
TestGuiBrowser.h Fix crash when removing custom data 2019-09-07 07:50:08 -04:00
TestGuiPixmaps.cpp Fixed issues with initial commit 2018-07-06 22:23:52 -04:00
TestGuiPixmaps.h Replace Q_EMIT, Q_SIGNALS and Q_SLOTS macros with MOC keywords 2017-03-10 16:12:02 +01:00