Skip to content

Generalize clipboard feature for platform independence#1

Open
torarvid wants to merge 1 commit intoeinaros:masterfrom
torarvid:master
Open

Generalize clipboard feature for platform independence#1
torarvid wants to merge 1 commit intoeinaros:masterfrom
torarvid:master

Conversation

@torarvid
Copy link

The copyToClipboard function would fail unless the platform was Mac OS X
(Or, strictly speaking, if there was no 'pbcopy' binary available). This
patch fixes it so the code runs on Windows. For any other platform it will
now be a noop (which I think is better than having it crash which was the
case before..)

The copyToClipboard function would fail unless the platform was Mac OS X
(Or, strictly speaking, if there was no 'pbcopy' binary available). This
patch fixes it so the code runs on Windows. For any other platform it will
now be a noop (which I think is better than having it crash which was the
case before..)
@torarvid
Copy link
Author

torarvid commented Oct 5, 2014

@einaros Any chance you have time to look at my PR soon? 😄

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant