jless

jless 是一个命令行 JSON 查看器,旨在通过 JSON 数据进行阅读、探索和搜索。「jless is a command-line JSON viewer designed for reading, exploring, and searching through JSON data.」

Github星跟踪图

jless logo and mascot

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.

jless is under active development. I often stream development live on
Twitch.

ci

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 -U jless
Void Linux sudo xbps-install jless
NetBSD pkgin install jless
FreeBSD pkg install jless

If you have a Rust toolchain installed, you can install jless from
source by running 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.

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.

主要指标

概览
名称与所有者PaulJuliusMartinez/jless
主编程语言Rust
编程语言Shell (语言数: 2)
平台
许可证MIT License
所有者活动
创建于2021-04-24 05:35:41
推送于2025-06-16 12:47:19
最后一次提交
发布数5
最新版本名称v0.9.0 (发布于 )
第一版名称v0.7.0 (发布于 )
用户参与
星数5k
关注者数24
派生数100
提交数276
已启用问题?
问题数122
打开的问题数75
拉请求数14
打开的拉请求数15
关闭的拉请求数24
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?