p0deje / Maccy

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

Exclude Apps - PwSafe, Enpass, Lastpass #94

Closed vikas027 closed 4 years ago

vikas027 commented 4 years ago

How can I exclude more apps like PwSafe, Enpass, Lastpass?

Rather than hard coding the values in the code, maybe it is better to read through a file or env vars or something more dynamic?

Related Tickets:

p0deje commented 4 years ago

Fair enough. It makes sense to move it to UserDefaults.standard.ignoredTypes. I'll happily merge PRs for that.

shobhitpuri commented 3 years ago

Great work with the app! 👏
What's the pasteboard type for LastPass to ignore it?

p0deje commented 3 years ago

LastPass should be filtered by default. Make sure you can default ignored types configured https://github.com/p0deje/Maccy#ignore-custom-copy-types.

shobhitpuri commented 3 years ago

@p0deje I have that already. I think I know the reason. Since I am using the LastPass Chrome extension, it is detecting it as coming from the Chrome browser. That's why it is showing up copied passwords from LastPass, since copying from Chrome Browser is allowed.

p0deje commented 3 years ago

That's probably correct. You can follow https://github.com/p0deje/Maccy/issues/125#issuecomment-646612371 to see what types are present for copied item.

AJMiller commented 3 years ago

I'm experiencing this problem as well. Unfortunately the LastPass extension reports the type as 'public.utf8-plain-text`. If I block that, I imagine the app effectively stops working.

p0deje commented 3 years ago

@AJMiller Unfortunately, neither solution will help because it will look like you copied from Chrome (or whatever browser you use with LastPass extension).

webdev69420 commented 3 years ago

Could you exclude Bitwarden by default too?