All Projects → maxzender → jv

maxzender / jv

Licence: MIT license
Helps you view JSON on the command-line.

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to jv

snake-go
🐍 Play snake in your terminal. Built using Termloop.
Stars: ✭ 19 (-82.88%)
Mutual labels:  termbox-go
zterm
zterm is a terminal based typing game inspired by http://zty.pe/
Stars: ✭ 19 (-82.88%)
Mutual labels:  termbox-go
twitchChatCLI
A simple CLI for Twitch chat written in GO
Stars: ✭ 18 (-83.78%)
Mutual labels:  termbox-go
pody
👾 Pody — CLI app to manage your Pods in your Kubernetes cluster. (DEPRECATED)
Stars: ✭ 69 (-37.84%)
Mutual labels:  termbox-go

Go Report Card Build Status

jv

jv (for jsonviewer) helps you view your JSON.

asciicast

Installation

go get -u github.com/maxzender/jv

Example usage

jv file.json

Or by reading from stdin:

jv < file.json
echo '{"foo": "bar"}' | jv
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].