1
1
![ jless logo and mascot] ( https://raw.githubusercontent.com/PaulJuliusMartinez/jless/master/logo/text-logo-with-mascot.svg )
2
2
3
- [ ` jless ` ] ( https://pauljuliusmartinez.github.io/jless/ ) is a command-line
4
- JSON viewer. Use it as a replacement for whatever combination of ` less ` ,
5
- ` jq ` , ` cat ` and your editor you currently use for viewing JSON files. It
6
- is written in Rust and can be installed as a single standalone binary.
3
+ [ ` jless ` ] ( https://jless.io ) is a command-line JSON viewer. Use it as a
4
+ replacement for whatever combination of ` less ` , ` jq ` , ` cat ` and your
5
+ editor you currently use for viewing JSON files. It is written in Rust
6
+ and can be installed as a single standalone binary.
7
7
8
8
` jless ` is under active development. I often stream development live on
9
9
[ Twitch] ( https://twitch.tv/CodeIsTheEnd ) .
@@ -25,15 +25,33 @@ is written in Rust and can be installed as a single standalone binary.
25
25
26
26
## Installation
27
27
28
+ You can install ` jless ` using various package managers:
29
+
30
+ | Operating System / Package Manager | Command |
31
+ | ---------------------------------- | ------- |
32
+ | macOS - [ HomeBrew] ( https://formulae.brew.sh/formula/jless ) | ` brew install jless ` |
33
+ | macOS - [ MacPorts] ( https://ports.macports.org/port/jless/ ) | ` sudo port install jless ` |
34
+ | Linux - [ HomeBrew] ( https://formulae.brew.sh/formula/jless ) | ` brew install jless ` |
35
+ | [ Arch Linux] ( https://aur.archlinux.org/packages/jless ) | ` pacman -U jless ` |
36
+ | [ NetBSD] ( https://pkgsrc.se/textproc/jless/ ) | ` pkgin install jless ` |
37
+
38
+ If you have a Rust toolchain installed, you can install ` jless ` from
39
+ source by running ` cargo install jless ` .
40
+
28
41
The [ releases] ( https://github.com/PaulJuliusMartinez/jless/releases )
29
- contains links to the latest release. If you have a Rust toolchain
30
- installed, you can build from source by running ` cargo install jless ` .
42
+ page also contains links to binaries for various architectures.
43
+
44
+ ## Website
45
+
46
+ [ jless.io] ( https://jless.io ) is the official website for ` jless ` . Code
47
+ for the website is contained separately on the
48
+ [ ` website ` ] ( https://github.com/PaulJuliusMartinez/jless/tree/website ) branch.
31
49
32
50
## Logo
33
51
34
52
The mascot of the ` jless ` project is Jules the jellyfish.
35
53
36
- <img style =" width : 300 px ;" alt =" jless mascot " src =" https://raw.githubusercontent.com/PaulJuliusMartinez/jless/master/logo/mascot.svg " >
54
+ <img style =" width : 250 px ;" alt =" jless mascot " src =" https://raw.githubusercontent.com/PaulJuliusMartinez/jless/master/logo/mascot.svg " >
37
55
38
56
Art for Jules was created by
39
57
[ ` annatgraphics ` ] ( https://www.fiverr.com/annatgraphics ) .
0 commit comments