-
-
Notifications
You must be signed in to change notification settings - Fork 569
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Request] Possibility to exclude apps. #65
Comments
It's not possible as Maccy has no way to identify which apps the text was copied from. I'd love that feature, but I don't know any way to implement it. |
Thanks for the quick reply. I've never written macOS applications nor do I have any experience with C or Swift, however I think the solution would be as "easy" as to watch for the frontmost application (and compare it with the extended applications). At least this is how it works from an AppleScript. EDIT: I've found this on SO. This might be useful. Please consider it as it may be a very useful feature - if it's worth your work time. |
Ok, thanks for the link. I'll check it out. |
You can use nsworkspace shared workspace. This will tell you the front most application/active. I have done this in my plugin for a different app for hotkey to display an application. I can provide a link to my repo if it would be helpful. |
Check that site out. Apps like password managers should mark their items being placed in the pasteboard as “transient” |
Thanks for the link, that definitely makes sense to support. I've checked that, for example, LastPass adds a password with |
For now, it doesn't allow to specify custom application bundle identifiers. However, it should cover most cases with password managers. Please raise new issues if particular apps are not handled and should be excluded. |
It would be really nice if one could set applications (like password managers) to be excluded.
EDIT: I understand that I can delete specific items from the list, but it would be much nicer if passwords were never saved to Maccy's clipboard list.
The text was updated successfully, but these errors were encountered: