mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-06-19 00:17:51 +02:00
doc update
This commit is contained in:
@ -1,11 +1,12 @@
|
|||||||
jc changelog
|
jc changelog
|
||||||
|
|
||||||
20220208 v1.18.3
|
20220214 v1.18.3
|
||||||
- Add rsync command and log file parser tested on linux and macOS
|
- Add rsync command and log file parser tested on linux and macOS
|
||||||
- Add rsync command and log file streaming parser tested on linux and macOS
|
- Add rsync command and log file streaming parser tested on linux and macOS
|
||||||
- Add xrandr command parser tested on linux
|
- Add xrandr command parser tested on linux
|
||||||
- Enhance timestamp performance with caching and format hints
|
- Enhance timestamp performance with caching and format hints
|
||||||
- Refactor ignore_exceptions functionality in streaming parsers
|
- Refactor ignore_exceptions functionality in streaming parsers
|
||||||
|
- Fix man page in packages
|
||||||
|
|
||||||
20220127 v1.18.2
|
20220127 v1.18.2
|
||||||
- Fix for plugin parsers with underscores in the name
|
- Fix for plugin parsers with underscores in the name
|
||||||
|
@ -6,10 +6,8 @@
|
|||||||
jc - JSON CLI output utility `rsync` command output parser
|
jc - JSON CLI output utility `rsync` command output parser
|
||||||
|
|
||||||
Supports the `-i` or `--itemize-changes` options with all levels of
|
Supports the `-i` or `--itemize-changes` options with all levels of
|
||||||
verbosity.
|
verbosity. This parser will process the STDOUT output or a log file
|
||||||
|
generated with the `--log-file` option.
|
||||||
Will also process the rsync log file generated with the `--log-file`
|
|
||||||
option and the `-i` or `--itemize-changes` options.
|
|
||||||
|
|
||||||
Usage (cli):
|
Usage (cli):
|
||||||
|
|
||||||
|
@ -8,10 +8,8 @@ jc - JSON CLI output utility `rsync` command output streaming parser
|
|||||||
> This streaming parser outputs JSON Lines
|
> This streaming parser outputs JSON Lines
|
||||||
|
|
||||||
Supports the `-i` or `--itemize-changes` options with all levels of
|
Supports the `-i` or `--itemize-changes` options with all levels of
|
||||||
verbosity.
|
verbosity. This parser will process the STDOUT output or a log file
|
||||||
|
generated with the `--log-file` option.
|
||||||
Will also process the rsync log file generated with the `--log-file`
|
|
||||||
option and the `-i` or `--itemize-changes` options.
|
|
||||||
|
|
||||||
Usage (cli):
|
Usage (cli):
|
||||||
|
|
||||||
|
@ -1,10 +1,8 @@
|
|||||||
"""jc - JSON CLI output utility `rsync` command output parser
|
"""jc - JSON CLI output utility `rsync` command output parser
|
||||||
|
|
||||||
Supports the `-i` or `--itemize-changes` options with all levels of
|
Supports the `-i` or `--itemize-changes` options with all levels of
|
||||||
verbosity.
|
verbosity. This parser will process the STDOUT output or a log file
|
||||||
|
generated with the `--log-file` option.
|
||||||
Will also process the rsync log file generated with the `--log-file`
|
|
||||||
option and the `-i` or `--itemize-changes` options.
|
|
||||||
|
|
||||||
Usage (cli):
|
Usage (cli):
|
||||||
|
|
||||||
|
@ -3,10 +3,8 @@
|
|||||||
> This streaming parser outputs JSON Lines
|
> This streaming parser outputs JSON Lines
|
||||||
|
|
||||||
Supports the `-i` or `--itemize-changes` options with all levels of
|
Supports the `-i` or `--itemize-changes` options with all levels of
|
||||||
verbosity.
|
verbosity. This parser will process the STDOUT output or a log file
|
||||||
|
generated with the `--log-file` option.
|
||||||
Will also process the rsync log file generated with the `--log-file`
|
|
||||||
option and the `-i` or `--itemize-changes` options.
|
|
||||||
|
|
||||||
Usage (cli):
|
Usage (cli):
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user