PaulJuliusMartinez / jless

jless is a command-line JSON viewer designed for reading, exploring, and searching through JSON data.
https://jless.io
MIT License
4.73k stars 91 forks source link

Make clipboard an optional feature #110

Open FortStatement opened 1 year ago

FortStatement commented 1 year ago

Mostly solves #84 No automatic detection of anything, but at least now (or starting next release) I'll be able to build it on servers :) Let me know what you think @PaulJuliusMartinez

r-darwish commented 8 months ago

I'd love to use jless on a headless server. This is a good solution if you don't mind compiling your own jless. Is it possible to merge this?