Show HN: Jless, a command-line JSON viewer
61–70 of 91 posts
Re: Show HN: Jless, a command-line JSON viewer
#62Humble request: musl version Keeping a glibc chroot directory takes up a fair bit of space, leaving less space available for other stuff. Whenever I try compiling Rust programs it exhausts the available space I have. Hence I am resorting to begging, starting now (because this program sounds potentially very useful.) Please folks, if possible, include musl versions in addition to glibc. :)
It's 2022 and you're running out of disk space?
Re: Show HN: Jless, a command-line JSON viewer
#63I'm loving it, and certainly will be using it a lot. One thing, though - 2MB seems like a lot for program of this kind. In comparison, jq on my system has 30kB.
I'll bet there are some Rust build options they can tweak to get it way down...
Re: Show HN: Jless, a command-line JSON viewer
#64Humble request: musl version Keeping a glibc chroot directory takes up a fair bit of space, leaving less space available for other stuff. Whenever I try compiling Rust programs it exhausts the available space I have. Hence I am resorting to begging, starting now (because this program sounds potentially very useful.) Please folks, if possible, include musl versions in addition to glibc. :)
It's 2022 and you're running out of disk space?
Re: Show HN: Jless, a command-line JSON viewer
#65This is great! I use the JSONVue Chrome extension at work to display JSON files, and I can see the similarities. If I could suggest one thing: ctrl-u and ctrl-d are pretty common shortcuts for page up and page down, they're even supported in Vim and less. It would make sense to add support for those in addition to the actual PageUp/PageDown keys.
unrelated: this is my very first comment on HN, hurray!
[1] Chrome Web Store: https://chrome.google.com/webstore/detail/virtual-json-viewe...
[2] Github: https://github.com/paolosimone/virtual-json-viewer
Re: Show HN: Jless, a command-line JSON viewer
#66Can you pipe output from another command to jless and have it detect when it finds a JSON document? I often tail the logs of my servers and then need to inspect the JSON data from say an API call. I usually do that by copying the entirety of the log into a bug report and then extracting the relevant pieces out and then using jq and it's a big hassle. Could I use jless to make this easier? Really nice looking tool and…
Re: Show HN: Jless, a command-line JSON viewer
#67I can see this being useful on a daily basis for everyone who works with Kubernetes.
It's so useful that I'm going to dedicate next episode of my 100 Kubernetes Tool series to this. [1]
[1] https://youtube.com/playlist?list=PLxKcdWncGLlNiWC71kKwDj3OZ...
Re: Show HN: Jless, a command-line JSON viewer
#68Wow, thank you so much for sharing this. I'm a frequent jq-to-less piper and probably a more frequent mobile browsing opener of ESPN scoreboards/subsequent grumbler about ESPN's web performance and experience. I think I'll get a lot of mileage out of plaintextsports as long as it stays up. I will also be sure to check out Jless next time I'm at my command line with sufficient bandwidth to tinker with my tooling/workf…
don't know what's going on inside of espn but their web experience (mobile or not) is just terrible - and i don't bother with the app. was really looking for something like how simple yahoo sports was back in the day, and plaintextsports seems to be it.
Re: Show HN: Jless, a command-line JSON viewer
#69Wow, thank you so much for sharing this. I'm a frequent jq-to-less piper and probably a more frequent mobile browsing opener of ESPN scoreboards/subsequent grumbler about ESPN's web performance and experience. I think I'll get a lot of mileage out of plaintextsports as long as it stays up. I will also be sure to check out Jless next time I'm at my command line with sufficient bandwidth to tinker with my tooling/workf…
thanks for plaintextsports too! don't know what's going on inside of espn but their web experience (mobile or not) is just terrible - and i don't bother with the app. was really looking for something like how simple yahoo sports was back in the day, and plaintextsports seems to be it.
Re: Show HN: Jless, a command-line JSON viewer
#70I'd love to see YAML support. I can see this being useful on a daily basis for everyone who works with Kubernetes. It's so useful that I'm going to dedicate next episode of my 100 Kubernetes Tool series to this. [1] [1] https://youtube.com/playlist?list=PLxKcdWncGLlNiWC71kKwDj3OZ...