TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Jless – a command-line JSON viewer

3 pointsby tiltalmost 2 years ago

2 comments

1vuio0pswjnm7almost 2 years ago
Neat idea, but it's a huge binary for what it does. Maybe it's written in Go or Rust. No way to disable color. NO_COLOR variable has no effect. I cobbled together a primitive JSON print utility for use in pipelines and as a static binary it's still only 90K. Even Nudelman's less(1) is only 199K.
评论 #36921796 未加载
Shawnj2almost 2 years ago
What’s the benefit of this over a CLI text editor with json support?