hezral / clips

Multi format clipboard manager with extra features
GNU General Public License v3.0
39 stars 1 forks source link

Set what extension file don't want to copy or be ignore it #35

Closed benchohuerta closed 2 years ago

benchohuerta commented 2 years ago

I would like can set a specific extension file type that i don't want to be copied.

hezral commented 2 years ago

thanks for the suggestion.

if i understand this

  1. User copies files
  2. Clips detects the copy event, omits filetypes specified by user in settings
  3. Clips records the filtered clip item

Is that correct?

hezral commented 2 years ago

this is implemented in dev, you can test it out and let me know if any feedbacks.

while i was adding this, i also added by keyword exclusion. this new option overrides both excluded apps and file types, since it filters by keyword

for now will close this issue, will prep a new release in few days

https://github.com/hezral/clips/actions/runs/1521562912

image