Skip to content
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

Mac support #21

Open
mlewand opened this issue Dec 1, 2017 · 1 comment
Open

Mac support #21

mlewand opened this issue Dec 1, 2017 · 1 comment
Milestone

Comments

@mlewand
Copy link
Owner

mlewand commented Dec 1, 2017

Time to bring support for Mac!

Related issues:

@mlewand mlewand added this to the 0.1.0 milestone Dec 1, 2017
@mlewand
Copy link
Owner Author

mlewand commented Dec 30, 2017

I gave it a spin today. Though I was able to get the reading part working (using builtin Electron clipboard API), the clipboard writing part is still a big mess.

Electron basically will overwrite your whole clipboard content when calling clipboard.writeText() or clipboard.writeHtml().

From here I have following options:

  • disable clipboard snapshot write function for non-win environments
  • look for another library that would help me with this issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant