Just found out KeePass has a couple of Single commands
http://keepass.info/help/v2_dev/scr_sc_index.htmlI think it could be nice to add some of them, and make it easy for the users to call them from a command line once keepassxc is installed.
We already have
* EstimateQuality (entropy-meter.cpp)
* Export (kdbx-extract.cpp)
* Sync (kdbx-merge.cpp)
Next step would be to allow calling those commands directly from the keepassxc executable, for example
keepassxc merge [args]
keepassxc generate [args]
etc...
I could pretty easily add some entry manipulation commands (addEntry, removeEntry, listEntries, for example), but I would like to know what you think of it before doing so.