TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Jless – a command-line JSON viewer

3 点作者 tilt将近 2 年前

2 条评论

1vuio0pswjnm7将近 2 年前
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 未加载
Shawnj2将近 2 年前
What’s the benefit of this over a CLI text editor with json support?