jless 0.8.0

A command-line JSON viewer
1
2
3
4
5
#! /bin/sh
tmux new-session -d -s jless
tmux split-window -t jless -h
tmux split-window -t jless -v
tmux attach-session -t jless