diff --git a/CHANGELOG b/CHANGELOG index 1dd04510..6c71ee95 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,6 @@ jc changelog -20221213 v1.22.3 +20221216 v1.22.3 - Add Common Log Format and Combined Log Format file parser (standard and streaming) - Add PostgreSQL password file parser - Add openvpn-status.log file parser diff --git a/README.md b/README.md index 89f33c75..a1a7e0e5 100644 --- a/README.md +++ b/README.md @@ -161,7 +161,7 @@ option. | ` --asciitable` | ASCII and Unicode table parser | [details](https://kellyjonbrazil.github.io/jc/docs/parsers/asciitable) | | ` --asciitable-m` | multi-line ASCII and Unicode table parser | [details](https://kellyjonbrazil.github.io/jc/docs/parsers/asciitable_m) | | ` --blkid` | `blkid` command parser | [details](https://kellyjonbrazil.github.io/jc/docs/parsers/blkid) | -| ` --cbt` | `cbt` (Google Big Table) command parser | [details](https://kellyjonbrazil.github.io/jc/docs/parsers/cbt) | +| ` --cbt` | `cbt` (Google Bigtable) command parser | [details](https://kellyjonbrazil.github.io/jc/docs/parsers/cbt) | | ` --cef` | CEF string parser | [details](https://kellyjonbrazil.github.io/jc/docs/parsers/cef) | | ` --cef-s` | CEF string streaming parser | [details](https://kellyjonbrazil.github.io/jc/docs/parsers/cef_s) | | ` --chage` | `chage --list` command parser | [details](https://kellyjonbrazil.github.io/jc/docs/parsers/chage) | diff --git a/completions/jc_zsh_completion.sh b/completions/jc_zsh_completion.sh index 31e19145..dc602a29 100644 --- a/completions/jc_zsh_completion.sh +++ b/completions/jc_zsh_completion.sh @@ -110,7 +110,7 @@ _jc() { '--asciitable:ASCII and Unicode table parser' '--asciitable-m:multi-line ASCII and Unicode table parser' '--blkid:`blkid` command parser' - '--cbt:`cbt` (Google Big Table) command parser' + '--cbt:`cbt` (Google Bigtable) command parser' '--cef:CEF string parser' '--cef-s:CEF string streaming parser' '--chage:`chage --list` command parser' diff --git a/docs/parsers/cbt.md b/docs/parsers/cbt.md index 1c389569..a2d32796 100644 --- a/docs/parsers/cbt.md +++ b/docs/parsers/cbt.md @@ -3,10 +3,10 @@ # jc.parsers.cbt -jc - JSON Convert `cbt` command output parser (Google Big Table) +jc - JSON Convert `cbt` command output parser (Google Bigtable) Parses the human-, but not machine-, friendly output of the cbt command (for -Google's BigTable). +Google's Bigtable). No effort is made to convert the data types of the values in the cells. diff --git a/jc/parsers/cbt.py b/jc/parsers/cbt.py index 36ef9db5..96adf3bc 100644 --- a/jc/parsers/cbt.py +++ b/jc/parsers/cbt.py @@ -1,7 +1,7 @@ -"""jc - JSON Convert `cbt` command output parser (Google Big Table) +"""jc - JSON Convert `cbt` command output parser (Google Bigtable) Parses the human-, but not machine-, friendly output of the cbt command (for -Google's BigTable). +Google's Bigtable). No effort is made to convert the data types of the values in the cells. @@ -101,7 +101,7 @@ import jc.utils class info(): """Provides parser metadata (version, author, etc.)""" version = '1.0' - description = '`cbt` (Google Big Table) command parser' + description = '`cbt` (Google Bigtable) command parser' author = 'Andreas Weiden' author_email = 'andreas.weiden@gmail.com' compatible = ['linux', 'darwin', 'cygwin', 'win32', 'aix', 'freebsd'] diff --git a/man/jc.1 b/man/jc.1 index fe77cd44..9c65cd60 100644 --- a/man/jc.1 +++ b/man/jc.1 @@ -1,4 +1,4 @@ -.TH jc 1 2022-12-14 1.22.3 "JSON Convert" +.TH jc 1 2022-12-16 1.22.3 "JSON Convert" .SH NAME \fBjc\fP \- JSON Convert JSONifies the output of many CLI tools, file-types, and strings .SH SYNOPSIS @@ -68,7 +68,7 @@ multi-line ASCII and Unicode table parser .TP .B \fB--cbt\fP -`cbt` (Google Big Table) command parser +`cbt` (Google Bigtable) command parser .TP .B