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

doc updates

This commit is contained in:
Kelly Brazil
2021-01-05 13:58:38 -08:00
parent e2c77cb935
commit 2b7405c5e2
5 changed files with 23 additions and 16 deletions

View File

@ -1,7 +1,6 @@
jc changelog jc changelog
20210104 v1.14.1 20210105 v1.14.1
- Add wi scan parser
- Update date parser for support Ubuntu 20.04 - Update date parser for support Ubuntu 20.04
- Update last parser for last -F support - Update last parser for last -F support
- Update man page - Update man page

View File

@ -138,7 +138,7 @@ The JSON output can be compact (default) or pretty formatted with the `-p` optio
- `--group` enables the `/etc/group` file parser - `--group` enables the `/etc/group` file parser
- `--gshadow` enables the `/etc/gshadow` file parser - `--gshadow` enables the `/etc/gshadow` file parser
- `--hash` enables the `hash` command parser - `--hash` enables the `hash` command parser
- `--hashsum` enables the `hashsum` command parser (`md5sum`, `shasum`, etc.) - `--hashsum` enables the `hashsum` command parser (`md5`, `md5sum`, `shasum`, `sha1sum`, `sha224sum`, `sha256sum`, `sha384sum`, `sha512sum`)
- `--history` enables the `history` command parser - `--history` enables the `history` command parser
- `--hosts` enables the `/etc/hosts` file parser - `--hosts` enables the `/etc/hosts` file parser
- `--id` enables the `id` command parser - `--id` enables the `id` command parser

View File

@ -2,11 +2,7 @@
# jc.parsers.last # jc.parsers.last
jc - JSON CLI output utility `last` and `lastb` command output parser jc - JSON CLI output utility `last` and `lastb` command output parser
Supports: Supports -w and -F options.
- `last`
- `last -F`
- `lastb`
- `lastb -F`
Usage (cli): Usage (cli):

View File

@ -1,10 +1,6 @@
"""jc - JSON CLI output utility `last` and `lastb` command output parser """jc - JSON CLI output utility `last` and `lastb` command output parser
Supports: Supports -w and -F options.
- `last`
- `last -F`
- `lastb`
- `lastb -F`
Usage (cli): Usage (cli):

View File

@ -1,4 +1,4 @@
.TH jc 1 2020-07-31 1.13.2 "JSON CLI output utility" .TH jc 1 2021-01-05 1.14.1 "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
@ -32,6 +32,10 @@ arp command parser
blkid command parser blkid command parser
.TP .TP
.B .B
\fB--cksum\fP
cksum and sum command parser
.TP
.B
\fB--crontab\fP \fB--crontab\fP
crontab command and file parser crontab command and file parser
.TP .TP
@ -65,7 +69,7 @@ du command parser
.TP .TP
.B .B
\fB--env\fP \fB--env\fP
env command parser env and printenv command parser
.TP .TP
.B .B
\fB--file\fP \fB--file\fP
@ -112,6 +116,14 @@ INI file parser
iptables command parser iptables command parser
.TP .TP
.B .B
\fB--hash\fP
hash BASH builtin command parser
.TP
.B
\fB--hashsum\fP
md5, md5sum, shasum, sha1sum, sha224sum, sha256sum, sha384sum, and sha512sum command parser
.TP
.B
\fB--jobs\fP \fB--jobs\fP
jobs command parser jobs command parser
.TP .TP
@ -125,7 +137,7 @@ last and lastb command parser
.TP .TP
.B .B
\fB--ls\fP \fB--ls\fP
ls command parser ls and vdir command parser
.TP .TP
.B .B
\fB--lsblk\fP \fB--lsblk\fP
@ -232,6 +244,10 @@ uptime command parser
w command parser w command parser
.TP .TP
.B .B
\fB--wc\fP
wc command parser
.TP
.B
\fB--who\fP \fB--who\fP
who command parser who command parser
.TP .TP