p0deje / Maccy

Lightweight clipboard manager for macOS
https://maccy.app
MIT License
13.11k stars 551 forks source link

Adjust Max History Size #167

Closed rickenwing closed 4 years ago

rickenwing commented 4 years ago

Hello,

I was wondering if there is a way to edit the history size to go beyond 999 or set it to unlimited. Coming from ditto (on windows) and copyq, I'd like to be able to set a much larger history size (fully aware of the performance implications).

Thank you!

p0deje commented 4 years ago

You can try to adjust it manually using something like this in Terminal:

defaults write org.p0deje.Maccy historySize 2000

Keep in mind that it will still show 999 in Preferences.

rickenwing commented 4 years ago

Thank you for the adjustment recommendation. I will use this. Cheers!