Flycut icon indicating copy to clipboard operation
Flycut copied to clipboard

Increase history beyond 99

Open salsero opened this issue 3 years ago • 7 comments

Hi there, could you please tell how can i increase history beyond 99 items? I would need 1000 if possible. Thanks

salsero avatar Mar 03 '22 16:03 salsero

Build from the latest code and set the amount you want in Settings.

MarkJerde avatar Mar 03 '22 19:03 MarkJerde

which is the file that limits the storage amount to 99? I cant find it in xcode.

salsero avatar Mar 12 '22 14:03 salsero

Just run the app. No need to touch the code. Settings are accessed from the menu.

MarkJerde avatar Mar 12 '22 15:03 MarkJerde

I know but flycut by default only allows up to 99 items and i want to have much more than that. Can you tell in the code where is this limit hard coded so I can raise it and compile it again?

salsero avatar Mar 12 '22 21:03 salsero

If you are building from the current code it will allow you to raise it up to 999.

MarkJerde avatar Mar 12 '22 23:03 MarkJerde

Is there some way to raise the limit above 999? I'm interested in clipboard managers that have unlimited histories, and I'd like to know if there's some reason Flycut isn't one of them.

Slackadays avatar May 11 '23 17:05 Slackadays

All of the clippings are stored in one plist file along with the rest of the app settings. You could probably trick it into having a very high limit by editing the limit in the plist directly, but at some point the size of that file will probably make you regret it. Perhaps a more satisfying solution would be to use Flycut’s setting to automatically save clippings as they are forgotten, but your situation may have nuances I’m unaware of.

Hope this helps, Mark

MarkJerde avatar May 11 '23 21:05 MarkJerde