|
|
9 years ago | |
|---|---|---|
| doc | 9 years ago | |
| include | 9 years ago | |
| src | 9 years ago | |
| test | 9 years ago | |
| .gitignore | 9 years ago | |
| CMakeLists.txt | 9 years ago | |
| LICENSE | 9 years ago | |
| README.md | 9 years ago |
jsonstroll - manual page for jsonstroll (jsonstroller suite) 1.2 generated on Nov 5 2016
jsonstroll [OPTIONS]
jsonstroll [OPTIONS] FILENAME
jsonstroll [OPTIONS] -- INPUT
jsonstroll --diff [OPTIONS] FILENAME FILENAME
Read json input and print it using ncurse
if not INPUT nor FILENAME, use standard input
When output is redirected to a file or another command, output will be
prettyfied unless --compress
FILENAME
INPUT
-W
--ascii
--keep-order
--color[=MODE]
--compress
--diff-cmd COMMAND ;
-v, -version
-h, --help
jsonstroll f.json
# Output f.json's content
jsonstroll --diff fileA.json fileB.json
# compare fileA.json and fileB.json
jsonstroll --diff-cmd vimdiff {} \; fileA.json fileB.json
# compare fileA.json and fileB.json
Written by isundil isundill@gmail.com.
Report bugs to isundill@gmail.com
See LICENSE
jsonstroll (jsonstroller suite) on Nov 5 2016 JSONSTROLL(1)