lastpass / lastpass-cli

LastPass command line interface tool
GNU General Public License v2.0
2.85k stars 292 forks source link

clipboard: add wl-copy support #514

Closed alyssais closed 5 years ago

alyssais commented 5 years ago

wl-copy appears to have become the de-facto standard command line program for copying to the clipboard on Wayland, with multiple implementations of the same interface[1][2].

I think it makes sense for wl-copy to be preferred over xclip if both are installed, since Wayland should generally be preferred over X11.

[1]: https://github.com/bugaevc/wl-clipboard [2]: https://github.com/YaLTeR/wl-clipboard-rs

Signed-off-by: Alyssa Ross hi@alyssa.is

GPaulovics commented 5 years ago

Thank you @alyssais