sabrogden / Ditto

Ditto is an extension to the Windows Clipboard. You copy something to the Clipboard and Ditto takes what you copied and stores it in a database to retrieve at a later time.
https://ditto-cp.sourceforge.io/
3.91k stars 206 forks source link

[Request] Remove clip from clipboard after paste #737

Open grimcz opened 1 month ago

grimcz commented 1 month ago

One of my clips stores password and it has global-shortcut set so I can easily paste it. Sometimes I forget that this clip replaced previous one in a clipboard and I paste it so the password appears in its textual format in some kind of textbox. This could be awkward if I'm sharing desktop with someone at this time.

Would it be possible to implement feature to mark specific clip (checkbox?) so it is removed from clipboard right after it is pasted? Either clear the clipboard or replace it with previous clip (that is not marked with the checkbox as well).

Thanks in advance.