silicon.nvim
silicon.nvim copied to clipboard
Simplify clipboard interface
I'm searching GH for all mentions of xclip and I came across commit https://github.com/krivahtoo/silicon.nvim/commit/ec20eeeefa371887601a5cd45d38840f90756d5f 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!
Nice project. Though I'm not sure how it could be used here.
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.