mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-06-17 00:07:37 +02:00
doc update
This commit is contained in:
@ -9,7 +9,7 @@ Supports the `-i` or `--itemize-changes` options with all levels of
|
|||||||
verbosity.
|
verbosity.
|
||||||
|
|
||||||
Will also process the rsync log file generated with the `--log-file`
|
Will also process the rsync log file generated with the `--log-file`
|
||||||
option.
|
option and the `-i` or `--itemize-changes` options.
|
||||||
|
|
||||||
Usage (cli):
|
Usage (cli):
|
||||||
|
|
||||||
@ -19,6 +19,10 @@ Usage (cli):
|
|||||||
|
|
||||||
$ jc rsync -i -a source/ dest
|
$ jc rsync -i -a source/ dest
|
||||||
|
|
||||||
|
or
|
||||||
|
|
||||||
|
$ cat rsync-backup.log | jc --rsync
|
||||||
|
|
||||||
Usage (module):
|
Usage (module):
|
||||||
|
|
||||||
import jc
|
import jc
|
||||||
|
@ -11,12 +11,16 @@ Supports the `-i` or `--itemize-changes` options with all levels of
|
|||||||
verbosity.
|
verbosity.
|
||||||
|
|
||||||
Will also process the rsync log file generated with the `--log-file`
|
Will also process the rsync log file generated with the `--log-file`
|
||||||
option.
|
option and the `-i` or `--itemize-changes` options.
|
||||||
|
|
||||||
Usage (cli):
|
Usage (cli):
|
||||||
|
|
||||||
$ rsync -i -a source/ dest | jc --rsync-s
|
$ rsync -i -a source/ dest | jc --rsync-s
|
||||||
|
|
||||||
|
or
|
||||||
|
|
||||||
|
$ cat rsync-backup.log | jc --rsync-s
|
||||||
|
|
||||||
Usage (module):
|
Usage (module):
|
||||||
|
|
||||||
import jc
|
import jc
|
||||||
|
2
man/jc.1
2
man/jc.1
@ -1,4 +1,4 @@
|
|||||||
.TH jc 1 2022-02-07 1.18.3 "JSON CLI output utility"
|
.TH jc 1 2022-02-08 1.18.3 "JSON CLI output utility"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
jc \- JSONifies the output of many CLI tools and file-types
|
jc \- JSONifies the output of many CLI tools and file-types
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
Reference in New Issue
Block a user