| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.3.
- .TH JSONSTROLL "1" "October 2016" "jsonstroll (jsonstroller suite) 1.0RC1 generated on Oct 30 2016" "User Commands"
- .SH NAME
- jsonstroll \- manual page for jsonstroll (jsonstroller suite) 1.0RC1 generated on Oct 30 2016
- .SH SYNOPSIS
- .B jsonstroll
- [\fI\,OPTIONS\/\fR]
- .br
- .B jsonstroll
- [\fI\,OPTIONS\/\fR] \fI\,FILENAME\/\fR
- .br
- .B jsonstroll
- [\fI\,OPTIONS\/\fR] \fI\,-- INPUT\/\fR
- .br
- .B jsonstroll
- \fI\,--diff \/\fR[\fI\,OPTIONS\/\fR] \fI\,FILENAME FILENAME \/\fR[\fI\,FILENAME\/\fR]
- .SH DESCRIPTION
- Read json input and print it using ncurse
- .PP
- if not INPUT nor FILENAME, use standard input
- .PP
- When output is redirected to a file or another command, output will be prettyfied unless \fB\-\-compress\fR
- .TP
- FILENAME
- read input from filename instead of stdin
- .TP
- INPUT
- use this as input instead of stdin
- .TP
- \fB\-W\fR
- consider continuing on non\-blocking errors
- .TP
- \fB\-\-ascii\fR
- ignore unicode values
- .TP
- \fB\-\-keep\-order\fR
- do not sort objects by key
- .TP
- \fB\-\-color\fR[=\fI\,MODE\/\fR]
- colorize output, MODE can be never or always (default when ommited)
- .TP
- \fB\-\-compress\fR
- if output is redirected, strip unnecessaries characters
- .TP
- \fB\-v\fR, \fB\-version\fR
- display version information
- .TP
- \fB\-h\fR, \fB\-\-helph\fR
- show this message and exit
- .SH EXAMPLES
- jsonstroll f.json Output f.json's content
- .PP
- jsonstroll \-\-diff fileA.json fileB.json compare fileA.json and fileB.json
- .SH AUTHOR
- Written by isundil <isundill@gmail.com>.
- .SH "REPORTING BUGS"
- Report bugs to <isundill@gmail.com>
- .SH COPYRIGHT
- Copyright \(co 2016 Free Software Foundation, Inc.
- License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
- .br
- This is free software: you are free to change and redistribute it.
- There is NO WARRANTY, to the extent permitted by law.
- .SH "SEE ALSO"
- The full documentation for
- .B jsonstroll
- is maintained as a Texinfo manual. If the
- .B info
- and
- .B jsonstroll
- programs are properly installed at your site, the command
- .IP
- .B info jsonstroll
- .PP
- should give you access to the complete manual.
|