You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm searching GH for all mentions of xclip and I came across commit ec20eee where you add cases for both xclip and wl-copy. I saw that it could be simplified radically with my project Clipboard which works the same on X11/Wayland and a bunch of other platforms too. So, you would only have to think about one format of command for all the possible platforms, keeping that portion of code super simple. I hope this helps!
The text was updated successfully, but these errors were encountered:
Nice project. Though I'm not sure how it could be used here.
Sorry for the late reply, but I think it could be used here to add compatibility to other platforms that don't use either X11 nor Wayland, such as macOS, headless Linux/BSD, Windows, etc. It would also simplify the dependencies to just one instead of two.
I'm searching GH for all mentions of xclip and I came across commit ec20eee where you add cases for both xclip and wl-copy. I saw that it could be simplified radically with my project Clipboard which works the same on X11/Wayland and a bunch of other platforms too. So, you would only have to think about one format of command for all the possible platforms, keeping that portion of code super simple. I hope this helps!
The text was updated successfully, but these errors were encountered: