5 unstable releases

0.9.0 Jul 17, 2023
0.8.0 Mar 10, 2022
0.7.2 Feb 20, 2022
0.7.1 Feb 9, 2022
0.7.0 Feb 7, 2022

#280 in Command line utilities

Download history 45/week @ 2023-12-04 36/week @ 2023-12-11 21/week @ 2023-12-18 77/week @ 2023-12-25 64/week @ 2024-01-01 66/week @ 2024-01-08 49/week @ 2024-01-15 47/week @ 2024-01-22 75/week @ 2024-01-29 25/week @ 2024-02-05 51/week @ 2024-02-12 107/week @ 2024-02-19 91/week @ 2024-02-26 77/week @ 2024-03-04 86/week @ 2024-03-11 72/week @ 2024-03-18

338 downloads per month

MIT license

1MB
8K SLoC

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 -S 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.

jless mascot

Art for Jules was created by annatgraphics.

License

jless is released under the MIT License.

Dependencies

~10–23MB
~291K SLoC