All Projects → gulyasm → Jsonui

gulyasm / Jsonui

Licence: apache-2.0
jsonui is an interactive JSON explorer on your command line

Programming Languages

go
31211 projects - #10 most used programming language
golang
3204 projects

Projects that are alternatives of or similar to Jsonui

Jl
Functional sed for JSON
Stars: ✭ 449 (-22.98%)
Mutual labels:  command-line-tool, command-line, json
Ponzu
Headless CMS with automatic JSON API. Featuring auto-HTTPS from Let's Encrypt, HTTP/2 Server Push, and flexible server framework written in Go.
Stars: ✭ 5,373 (+821.61%)
Mutual labels:  api, productivity, json
Fblog
Small command-line JSON Log viewer
Stars: ✭ 137 (-76.5%)
Mutual labels:  command-line-tool, command-line, json
Typin
Declarative framework for interactive CLI applications
Stars: ✭ 126 (-78.39%)
Mutual labels:  command-line-tool, terminal-based, command-line
Pydoro
🍅 pydoro - Terminal Pomodoro Timer
Stars: ✭ 277 (-52.49%)
Mutual labels:  productivity, terminal-based, terminal-app
Brotab
Control your browser's tabs from the command line
Stars: ✭ 137 (-76.5%)
Mutual labels:  command-line-tool, productivity, command-line
Tq
Perform a lookup by CSS selector on an HTML input
Stars: ✭ 193 (-66.9%)
Mutual labels:  command-line-tool, command-line, json
Check It Out
A command line interface for Git Checkout. See branches available for checkout.
Stars: ✭ 127 (-78.22%)
Mutual labels:  command-line-tool, productivity, command-line
jira-cli
🔥 [WIP] Feature-rich interactive Jira command line.
Stars: ✭ 809 (+38.77%)
Mutual labels:  productivity, command-line-tool, terminal-app
Pypistats
Command-line interface to PyPI Stats API to get download stats for Python packages
Stars: ✭ 86 (-85.25%)
Mutual labels:  api, command-line-tool, command-line
Mitype
Typing speed test in terminal
Stars: ✭ 241 (-58.66%)
Mutual labels:  terminal-based, terminal-app, command-line
Tsukae
🧑‍💻📊 Show off your most used shell commands
Stars: ✭ 345 (-40.82%)
Mutual labels:  command-line-tool, terminal-based, command-line
Json 2 Kotlin
Convert JSON to Kotlin Data Classes
Stars: ✭ 148 (-74.61%)
Mutual labels:  command-line-tool, command-line, json
Dictfier
Python library to convert/serialize class instances(Objects) both flat and nested into a dictionary data structure. It's very useful in converting Python Objects into JSON format
Stars: ✭ 67 (-88.51%)
Mutual labels:  api, json, json-parser
Commandtrayhost
A command line program monitor systray for Windows
Stars: ✭ 303 (-48.03%)
Mutual labels:  command-line-tool, command-line, json
Jtc
JSON processing utility
Stars: ✭ 425 (-27.1%)
Mutual labels:  command-line, json, json-parser
Dateutils
nifty command line date and time utilities; fast date calculations and conversion in the shell
Stars: ✭ 458 (-21.44%)
Mutual labels:  command-line-tool, command-line
Sleekdb
Pure PHP NoSQL database with no dependency. Flat file, JSON based document database.
Stars: ✭ 450 (-22.81%)
Mutual labels:  api, json
Node.cli Progress
⌛️ easy to use progress-bar for command-line/terminal applications
Stars: ✭ 466 (-20.07%)
Mutual labels:  command-line-tool, command-line
Cbt
CBT - fun, fast, intuitive, compositional, statically checked builds written in Scala
Stars: ✭ 489 (-16.12%)
Mutual labels:  command-line-tool, command-line

JSONUI

jsonui is an interactive JSON explorer in your command line. You can pipe any JSON into jsonui and explore it, copy the path for each element.

Install

go get -u github.com/gulyasm/jsonui

Binary Releases

Binary releases are availabe

Usage

Just use the standard output:

cat test_big.json | jsonui

Keys

j, DownArrow

Move down a line

k, DownUp

Move up a line

J/PageDown

Move down 15 lines

K/PageUp

Move up 15 lines

h/?

Toggle Help view

e

Toggle node (expend or collapse)

E

Expand all nodes

C

Collapse all nodes

q/Ctrl+C

Quit jsonui

Acknowledgments

Special thanks for asciimoo and the wuzz project for all the help and suggestions.

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].