jless icon indicating copy to clipboard operation
jless copied to clipboard

Make clipboard a feature

Open FortStatement opened this issue 3 years ago • 3 comments

Running cargo install jless on my dev servers currently fails because it doesn't have libxcb, which is required by the crate clipboard. I was thinking maybe it could be a default feature which I could disable explicitly, or maybe check for libxcb in build script.

I can implement it if it's deemed a good idea @PaulJuliusMartinez :smile:

FortStatement avatar Apr 18 '22 11:04 FortStatement

Wayland clipboard support would be awesome too

LukasDoesDev avatar Jun 08 '22 21:06 LukasDoesDev

Even better would be to detect availability of clipboard at runtime instead of crashing or requiring a custom build?

kellpossible avatar Dec 15 '22 06:12 kellpossible