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

Clipboard use #217

Open
alexreg opened this issue Oct 8, 2015 · 5 comments
Open

Clipboard use #217

alexreg opened this issue Oct 8, 2015 · 5 comments

Comments

@alexreg
Copy link
Contributor

alexreg commented Oct 8, 2015

The utility seems to use xclip before pbcopy if both are present on the system. This is undesirable behaviour for me, on OS X. Can we configure it to use pbcopy first?

@ConradIrwin
Copy link
Collaborator

Sure, should be an easy pull request ;)

@alexreg
Copy link
Contributor Author

alexreg commented Oct 8, 2015

I’m afraid I don’t know any Ruby! Also, is just reversing the order fine, or do you want to add an option for it? If so then it would definitely be beyond my abilities.

On 8 Oct 2015, at 17:40, Conrad Irwin [email protected] wrote:

Sure, should be an easy pull request ;)


Reply to this email directly or view it on GitHub #217 (comment).

@ConradIrwin
Copy link
Collaborator

I don't think an option is needed. I was imagining that they were mutually exclusive — presumable you installed xclip with quartz on a mac?

@alexreg
Copy link
Contributor Author

alexreg commented Oct 8, 2015

Indeed. XClip is still useful for some apps on Mac, but pbcopy/pbpaste is the one that should be used for command line utilities, really.

On 8 Oct 2015, at 17:46, Conrad Irwin [email protected] wrote:

I don't think an option is needed. I was imagining that they were mutually exclusive — presumable you installed xclip with quartz on a mac?


Reply to this email directly or view it on GitHub #217 (comment).

@alexreg
Copy link
Contributor Author

alexreg commented Oct 8, 2015

I don't know how to build the utility, but I've submitted a pull-request for what I think is the fix.

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

No branches or pull requests

2 participants