It would be awesome if executing clip.exe was used as an additional fallback on Linux. That way, in WSL environments where xclip and xsel are not installed, text could be copied to the Windows clipboard. Specifically, I'm trying to use gopass (which uses this library) under WSL.
In cases where someone is running an X server on WSL, the situation gets complicated unfortunately.
It would be awesome if executing
clip.exewas used as an additional fallback on Linux. That way, in WSL environments wherexclipandxselare not installed, text could be copied to the Windows clipboard. Specifically, I'm trying to usegopass(which uses this library) under WSL.In cases where someone is running an X server on WSL, the situation gets complicated unfortunately.