Limit Clipboard by number of entries or number of days?

Is there a setting to limit the clipboard to only keep:

  • the last X number of entries
  • entries from the last X days

Additionally, is there a way to selectively delete large clipboard content (ie. pictures).

You can limit the clipboard history count as described in the Preferences section of the Documentation with the Terminal command:

defaults write com.stairways.keyboardmaestro.engine MaxClipboardHistory -int 100

You cannot limit the entries to a number of days or a specific size.

You can open the clipboard history switcher and selectively delete entries manually, but that’s about the only control.

Thanks for the prompt answer.

I wish there was a date limit as well, but this will help.

-Mike