Open samegek opened 1 year ago
This works the way it's intended to work. /PlainTextPaste goes off of the current clipboard contents, not the top or any clip in Ditto.
but default i can easily get current clipboard by other way, but i cant get top clip in ditto by command line. i need a interface get ditto top clip
Description:
When using the
Ditto.exe /PlainTextPaste
command-line option to output the current clipboard content, the output is incorrect after deleting the latest copied item from the Ditto clipboard history.For example:
Ditto.exe /PlainTextPaste
, the output is "hello, world".Ditto.exe /PlainTextPaste
, the output is "foo, bar".Ditto.exe /PlainTextPaste
, the output is still "foo, bar", but it should be "hello, world".Ditto.exe /PlainTextPaste
, the output should always match the latest clipboard content, even after deleting an item from Ditto clipboard history.Steps to reproduce:
Ditto.exe /PlainTextPaste
, verify that the output matches the clipboard content.Ditto.exe /PlainTextPaste
, verify that the output matches the latest clipboard content.Ditto.exe /PlainTextPaste
, verify that the output still matches the latest clipboard content. Environment:Ditto Version 03.24.214.OO 32bit Sqlite Version 3.33.0 win10