-
Notifications
You must be signed in to change notification settings - Fork 1
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
[BUG] Doesn't work on Linux #3
Comments
Right, in that case using |
I've pushed the change to the main branch, would you be able to double-check that it works for you? It is a bit unfortunate that |
Yes, it works now, at least echo -e ' foo\n' | bp
bp produces an expected outcome I've checked both approaches before submitting the issue though :) Some extra details to consider. If runtime detection is used, then it integrates better with current de-facto standard
That's true, somehow https://gitlab.com/timvisee/copypasta-ext/-/merge_requests/2 |
@printfn Tim merged that PR. It's not on crates.io yet (still 0.4.4), but you can use git as a crate source for now. |
I can confirm that installing via |
Hi, thanks for the program.
It doesn't work on Linux because of the reasons explained in
copypasta_ext
(link):If you're willing to fix it, then switching to
copypasta_ext
and using itscopypasta_ext::x11_fork::ClipboardContext
is sufficient (doc):Alternative is to use
but it may use other binaries like
xsel
orwl-copy
under the hood.The text was updated successfully, but these errors were encountered: