The project Clipboard now supports X11, Wayland, Windows, and macOS. I realized that you could now switch from using xsel
and clipboard.exe
and pbcopy
to just clipboard
for all those platforms at the same time. In addition, this change would also fix #38 due to the new Wayland support too. This also means you can support the BSDs as well!
In the code, you would condense all the different cases except Android into one that just calls clipboard
. For the fallbacks, you would just bundle Clipboard for the various platforms you support.
Edit: This would also enable support for Linux/BSD where there isn't X11/Wayland because CB doesn't depend on them to exist.
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too