issues
search
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.94k
stars
208
forks
source link
[Request] Ability to exclude certain patterns from storage
#687
Open
tomasfejfar
opened
5 months ago
tomasfejfar
commented
5 months ago
User story:
As a user
I want to have multiple past clips stored.
when I copy a sensitive value (like a token for example)
I do not want it to be stored
Current situation
I open Ditto and manually delete the entry or setup short enough lifetime that it's not a problem
Proposed solution
every clip is matched against list of regular expressions and if it matches any of them it's not stored
User story:
Current situation
Proposed solution