1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-19 00:17:51 +02:00

doc update

This commit is contained in:
Kelly Brazil
2022-02-14 09:37:37 -08:00
parent 3f5f6e39a7
commit 4ac9f2e3da
5 changed files with 10 additions and 17 deletions

View File

@ -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

View File

@ -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):

View File

@ -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):

View File

@ -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):

View File

@ -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):