jless is a command-line JSON vie


jless is a command-line JSON viewer designed for reading, exploring, and searching through JSON data.
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 currently supports macOS and Linux.

https://github.com/PaulJuliusMartinez/jless

Read XKCD in the terminal with s

Read XKCD in the terminal with some bash magic
Read XKCD in the terminal with some bash magic
XKCD is probably the most popular webcomic with Devs. It only seems right that you can read it from the comfort of your terminal via a xkcd command. How can we pull that off? I use Kitty as my terminal of choice. It is fast, feature-rich, and is cross-platform (Linux and macOS).

https://www.roboleary.net/2022/02/24/xkcd-in-the-terminal-with-some-bash-magic.html