Live data from Hacker News

Show HN: Jless, a command-line JSON viewer

pauljuliusmartinez.github.io

11–20 of 91 posts

Re: Show HN: Jless, a command-line JSON viewer

#11

Homebrew?

That's certainly the plan! I've never released a project like this, so I wasn't sure what the process is for adding things to Homebrew, or other package managers. A few people have been really helpful and already added it to Arch Linux and NetBSD's package managers.

This week I just wanted to get the project out there to see if people liked it, so I compiled stuff locally and manually uploaded them to the GitHub releases page. I'll spend some time over the next few weeks figuring out how to automate a lot of these things.

Re: Show HN: Jless, a command-line JSON viewer

#14
post #8

This is a lovely product. I would like to use it and compare to jq, which I already use to query the contents of a JSON structure from the CLI.

> This is a lovely product

It's a lovely project, a lovely tool.

I think calling it a "product" devalues it, implies it's being used to sell something or exploit its users.

Re: Show HN: Jless, a command-line JSON viewer

#16

This looks great. So far the only tools I have are: function jql() { jq -C "$@" | less -R ; } and an abuse of the preview feature in fzf room let you interactively write a jq query.

Consider adding "gron" to your toolset, for easy json processing in the command line. It is cruder than jq, but it has a nice aura of simplicity that jq lacks.

Re: Show HN: Jless, a command-line JSON viewer

#17
What are the odds that 3 separate, years-old accounts came out of the woodworks within the last hour to make their only comments of all time to support this post? 3/14 of the only comments as I make this...

https://news.ycombinator.com/item?id=30275812

https://news.ycombinator.com/item?id=30280084

https://news.ycombinator.com/item?id=30277488

Post reply on HN