Crates.io | jless |
lib.rs | jless |
version | 0.9.0 |
source | src |
created_at | 2022-02-07 00:12:34.254018 |
updated_at | 2023-07-17 02:19:16.398128 |
description | A command-line JSON viewer |
homepage | https://jless.io |
repository | https://github.com/PaulJuliusMartinez/jless |
max_upload_size | |
id | 528095 |
size | 2,528,686 |
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.
jless
currently supports macOS and Linux. Windows support is planned.
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.
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
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
.
jless
is released under the MIT License.