Skip to content

jless is a command-line JSON viewer designed for reading, exploring, and searching through JSON data. My version is modified to display Unicode directly on the command line, which can be useful if you are exploring non-English textual data stored as json files.

License

Notifications You must be signed in to change notification settings

JubilantJerry/jless_unicode

 
 

Repository files navigation

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.

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.
  • This fork modifies the code to display Unicode directly on the command line, which can be useful if you are exploring non-English textual data stored as json files. Currently, dict keys do not display Unicode.

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

Installation

You can install this version of jless from source (requires Rust toolchain)

git clone https://github.com/JubilantJerry/jless_unicode.git
cd jless_unicode
cargo install --path .

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.

jless mascot

Art for Jules was created by annatgraphics.

License

jless is released under the MIT License.

About

jless is a command-line JSON viewer designed for reading, exploring, and searching through JSON data. My version is modified to display Unicode directly on the command line, which can be useful if you are exploring non-English textual data stored as json files.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%