FuzzyIdeas / Clop

Clipboard optimizer for macOS
https://lowtechguys.com/clop
GNU General Public License v3.0
520 stars 23 forks source link

Clop & Clipboard: redundant optimising when saving screenshots #9

Closed roelvangils closed 9 months ago

roelvangils commented 9 months ago

I use Clop in combination with CleanShot. I have Optimise Clipboard turned on, as well as the option where all the files I save in ~/Screenshots are processed. However, when I decide to save a screenshot (⌘+S in CleanShot) what would be nice is that Clop could somehow detect that it is in fact the same image data and use the clipboard data for saving instead of doing it again. Right now, it seems like a bit of CPU usage for nothing.

Here's a little video to illustrate when I mean:

https://github.com/FuzzyIdeas/Clop/assets/103744/23c6549d-d230-4f3c-b2b0-b6eca2540200

alin23 commented 9 months ago

I think I managed to fix this. I can only hope I didn't break something else.

It will be released in v2.2.0 soon