diff --git a/CHANGELOG b/CHANGELOG index 32520170..a5e4f957 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,10 @@ jc changelog +20220202 v1.18.3 +- 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 +- Move exception handling from streaming parsers to cli module to simplify code + 20220127 v1.18.2 - Fix for plugin parsers with underscores in the name - Add type hints to public API functions diff --git a/README.md b/README.md index 692eaaa3..e05ff769 100644 --- a/README.md +++ b/README.md @@ -209,6 +209,7 @@ option. - `--route` enables the `route` command parser ([documentation](https://kellyjonbrazil.github.io/jc/docs/parsers/route)) - `--rpm-qi` enables the `rpm -qi` command parser ([documentation](https://kellyjonbrazil.github.io/jc/docs/parsers/rpm_qi)) - `--rsync` enables the `rsync` command parser ([documentation](https://kellyjonbrazil.github.io/jc/docs/parsers/rsync)) +- `--rsync-s` enables the `rsync` command streaming parser ([documentation](https://kellyjonbrazil.github.io/jc/docs/parsers/rsync_s)) - `--sfdisk` enables the `sfdisk` command parser ([documentation](https://kellyjonbrazil.github.io/jc/docs/parsers/sfdisk)) - `--shadow` enables the `/etc/shadow` file parser ([documentation](https://kellyjonbrazil.github.io/jc/docs/parsers/shadow)) - `--ss` enables the `ss` command parser ([documentation](https://kellyjonbrazil.github.io/jc/docs/parsers/ss)) diff --git a/man/jc.1 b/man/jc.1 index 102676c2..e3f87ee9 100644 --- a/man/jc.1 +++ b/man/jc.1 @@ -1,4 +1,4 @@ -.TH jc 1 2022-02-01 1.18.3 "JSON CLI output utility" +.TH jc 1 2022-02-02 1.18.3 "JSON CLI output utility" .SH NAME jc \- JSONifies the output of many CLI tools and file-types .SH SYNOPSIS @@ -307,6 +307,11 @@ Key/Value file parser \fB--rsync\fP `rsync` command parser +.TP +.B +\fB--rsync-s\fP +`rsync` command streaming parser + .TP .B \fB--sfdisk\fP