.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.3. .TH JSONSTROLL "1" "November 2016" "jsonstroll (jsonstroller suite) 1.0RC1 generated on Nov 5 2016" "User Commands" .SH NAME jsonstroll \- manual page for jsonstroll (jsonstroller suite) 1.0RC1 generated on Nov 5 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\-\-diff\-cmd\fR 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 .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 .PP jsonstroll \-\-diff\-cmd vimdiff {} ';' fileA.json fileB.json compare fileA.json and fileB.json .SH AUTHOR Written by isundil . .SH "REPORTING BUGS" Report bugs to .SH COPYRIGHT Copyright \(co 2016 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later . .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.