Commandline option "auto-type-uuid": automatically types the sequence corresponding to the entry with matching UUID into the current window.
I have a patch that adds a command line option used like this: "KeePass.exe -auto-type-uuid:{UUID_VALUE}". Under the hood it follows a similar path as IcpUtilEx.OpenEntryURL but in the end calls "AutoType.PerformIntoCurrentWindow(PwEntry pe, PwDatabase pdb)" so the behavior is identical to -auto-type-selected except instead you pass the UUID on the commandline and that entry is automatically typed. The purpose for this is to have autotype actions triggered from the commandline. My use case is to autotype specific password entries from Autohotkey scripts.
Is this a feature that you would like to include in future releases? If so I can submit the patch for review and make any necessary changes.
Seems like a reasonable idea.
Post the patch in this thread for Dominik to review.
cheers, Paul