hi5 / CL3

Minimal clipboard caching utility inspired by CLCL 📋
https://autohotkey.com/boards/viewtopic.php?f=6&t=814
MIT License
88 stars 16 forks source link

Exclude certain programs #16

Closed tanrak closed 4 years ago

tanrak commented 4 years ago

Hi, first of all thank you for this good piece of software, especially the possibility of cycle through clipboard. You have on the todo the point "Exclude certain programs". Is that still up to date? I am mainly thinking at various password tools. It would be good for privacy if this software could ignore the windows of KeePass, for example.

hi5 commented 4 years ago

Wasn't planning too but can be useful of course.

You can try https://github.com/hi5/CL3/tree/v1.99 - add a list of program.exe in csv format "program1.exe,keepass.exe" etc in the settings.

If the current clipboard is changed by one of the excluded programs and you popup the menu it shows "a*" in the first entry indicating the current clipboard has a different content as to what is shown in the menu.

Backup your current CL3, as I only briefly tested it.

tanrak commented 4 years ago

Wonderful! It seems to work as expected but the entry must be case sensitive. For example the entry is "KeePass.exe" for the software KeePass. Thanks for this fast commit.

hi5 commented 4 years ago

Cheers, I'll make it case insensitive in the next update.

hi5 commented 4 years ago

Now in v1.99

hi5 commented 4 years ago

Update Gui for settings in v1.99.1 repo, somehow it wasn't uploaded in v.1.99

tanrak commented 4 years ago

I had seen that. In the lower right corner. Thanks again for the integration.