百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
J

jless

> 开发工具
开源

jless 是一款命令行 JSON 查看器,专用于阅读、浏览和搜索 JSON 数据。

5.4K stars0 点赞0 次浏览
访问官网GitHub

工具介绍

jless 是一款命令行 JSON 查看器,专用于阅读、浏览和搜索 JSON 数据。

jless is a command-line JSON viewer. Use it as a replacement for whatever combination of less, jq, cat and your editor you currently use for viewing JSON files. It is written in Rust and can be installed as a single standalone binary.

Features

  • Clean syntax highlighted display of JSON data, omitting quotes around object keys, closing object and array delimiters, and trailing commas.
  • Expand and collapse objects and arrays so you can see both the high- and low-level structure of the data.
  • A wealth of vim-inspired movement commands for efficiently moving around and viewing data.
  • Full regex-based search for finding exactly the data you're looking for.

jless currently supports macOS and Linux. Windows support is planned.

Installation

You can install jless using various package managers:

Operating System / Package Manager Command macOS - HomeBrew brew install jless macOS - MacPorts sudo port install jless Linux - HomeBrew brew install jless Arch Linux pacman -S jless Void Linux sudo xbps-install jless NetBSD pkgin install jless FreeBSD pkg install jless From source (Requires Rust toolchain) cargo install jless

The releases page also contains links to binaries for various architectures.

Dependencies

On Linux systems, X11 libraries are needed to build clipboard access if building from source. On Ubuntu you can install these using:

sudo apt-get install libxcb1-dev libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev

Website

jless.io is the official website for jless. Code for the website is contained separately on the website branch.

Logo

The mascot of the jless project is Jules the jellyfish.

Art for Jules was created by annatgraphics.

License

jless is released under the MIT License.

GitHub Issues· 0 开放

在 GitHub 查看全部

暂无开放 Issues,或尚未同步最近议题。

核心特点

  • •Clean syntax highlighted display of JSON data, omitting quotes around
  • •Expand and collapse objects and arrays so you can see both the high-
  • •A wealth of vim-inspired movement commands for efficiently moving
  • •Full regex-based search for finding exactly the data you're looking

> 标签

Rustclijsonrust

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月17日
分类开发工具
定价开源

> 相关工具

V
VS Code
流行的开源代码编辑器
G
Git
分布式版本控制系统
V
Vite
下一代前端构建工具