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

Simplify clipboard interface #29

Open
Slackadays opened this issue Feb 27, 2023 · 2 comments
Open

Simplify clipboard interface #29

Slackadays opened this issue Feb 27, 2023 · 2 comments

Comments

@Slackadays
Copy link

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!

@krivahtoo
Copy link
Owner

Nice project. Though I'm not sure how it could be used here.

@Slackadays
Copy link
Author

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.

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