I'm looking for an alternative to Clipboard History since it has a limit on the amount of text it can store (11kb per text copied)

It has an ignore list option (to prevent storing passwords, credit card info, etc.), and I couldn't find that in any other program (at least not in their description/features lists)

I'd also like it to have an option to auto-clear the history on exit but this is optional.

Thank you in advance :)

you are viewing a single comment's thread
view the rest of the comments
[–] [S] 1 point 2 years ago

Thank you, that works!

For reference the regex match is referring to the whole text so I'm doing .*(keyword1|keyword2|etc.).*

  • source
  • parent