Không có mô tả

isundil 18ba6ca82a Update 'README.md' 10 năm trước cách đây
doc c13630fac5 [add][Refs #29] doc 10 năm trước cách đây
include 9f1158f32d [add][WIP][Refs #29] UNTESTED/undocumented diff tools 10 năm trước cách đây
src c13630fac5 [add][Refs #29] doc 10 năm trước cách đây
test 664649a4d4 [quickfix] some diff adjustments 10 năm trước cách đây
.gitignore a6ad145a5e [quickfix][Refs #28] resolved bug on merimee-MH.json, but still failing on euro symbol 10 năm trước cách đây
CMakeLists.txt 9f1158f32d [add][WIP][Refs #29] UNTESTED/undocumented diff tools 10 năm trước cách đây
LICENSE 21d32aebb7 initial commit 10 năm trước cách đây
README.md 787cbc5167 Update 'README.md' 10 năm trước cách đây

README.md

JsonStroller

Build Status

NAME

jsonstroll - manual page for jsonstroll (jsonstroller suite) 1.2 generated on Nov 5 2016

SYNOPSIS

jsonstroll [OPTIONS]
jsonstroll [OPTIONS] FILENAME
jsonstroll [OPTIONS] -- INPUT
jsonstroll --diff [OPTIONS] FILENAME FILENAME

DESCRIPTION

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

  • read input from filename instead of stdin

INPUT

  • use this as input instead of stdin

-W

  • consider continuing on non-blocking errors

--ascii

  • ignore unicode values

--keep-order

  • do not sort objects by key

--color[=MODE]

  • colorize output, MODE can be never or always (default when ommited)

--compress

  • if output is redirected, strip unnecessaries characters

--diff-cmd COMMAND ;

  • Execute command as external diff. All following argument will be passed as parameter to COMMAND until ';' is encountered. The '{}' argument will be replaced by the file path of the prettified input

-v, -version

  • display version information

-h, --help

  • show this message and exit

EXAMPLES

       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

AUTHOR

Written by isundil isundill@gmail.com.

REPORTING BUGS

Report bugs to isundill@gmail.com

COPYRIGHT

See LICENSE

jsonstroll (jsonstroller suite) on Nov 5 2016 JSONSTROLL(1)