mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-06-17 00:07:37 +02:00
doc updates
This commit is contained in:
@ -1,7 +1,6 @@
|
||||
jc changelog
|
||||
|
||||
20210104 v1.14.1
|
||||
- Add wi scan parser
|
||||
20210105 v1.14.1
|
||||
- Update date parser for support Ubuntu 20.04
|
||||
- Update last parser for last -F support
|
||||
- Update man page
|
||||
|
@ -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
|
||||
- `--gshadow` enables the `/etc/gshadow` file 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
|
||||
- `--hosts` enables the `/etc/hosts` file parser
|
||||
- `--id` enables the `id` command parser
|
||||
|
@ -2,11 +2,7 @@
|
||||
# jc.parsers.last
|
||||
jc - JSON CLI output utility `last` and `lastb` command output parser
|
||||
|
||||
Supports:
|
||||
- `last`
|
||||
- `last -F`
|
||||
- `lastb`
|
||||
- `lastb -F`
|
||||
Supports -w and -F options.
|
||||
|
||||
Usage (cli):
|
||||
|
||||
|
@ -1,10 +1,6 @@
|
||||
"""jc - JSON CLI output utility `last` and `lastb` command output parser
|
||||
|
||||
Supports:
|
||||
- `last`
|
||||
- `last -F`
|
||||
- `lastb`
|
||||
- `lastb -F`
|
||||
Supports -w and -F options.
|
||||
|
||||
Usage (cli):
|
||||
|
||||
|
22
man/jc.1
22
man/jc.1
@ -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
|
||||
jc \- JSONifies the output of many CLI tools and file-types
|
||||
.SH SYNOPSIS
|
||||
@ -32,6 +32,10 @@ arp command parser
|
||||
blkid command parser
|
||||
.TP
|
||||
.B
|
||||
\fB--cksum\fP
|
||||
cksum and sum command parser
|
||||
.TP
|
||||
.B
|
||||
\fB--crontab\fP
|
||||
crontab command and file parser
|
||||
.TP
|
||||
@ -65,7 +69,7 @@ du command parser
|
||||
.TP
|
||||
.B
|
||||
\fB--env\fP
|
||||
env command parser
|
||||
env and printenv command parser
|
||||
.TP
|
||||
.B
|
||||
\fB--file\fP
|
||||
@ -112,6 +116,14 @@ INI file parser
|
||||
iptables command parser
|
||||
.TP
|
||||
.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
|
||||
jobs command parser
|
||||
.TP
|
||||
@ -125,7 +137,7 @@ last and lastb command parser
|
||||
.TP
|
||||
.B
|
||||
\fB--ls\fP
|
||||
ls command parser
|
||||
ls and vdir command parser
|
||||
.TP
|
||||
.B
|
||||
\fB--lsblk\fP
|
||||
@ -232,6 +244,10 @@ uptime command parser
|
||||
w command parser
|
||||
.TP
|
||||
.B
|
||||
\fB--wc\fP
|
||||
wc command parser
|
||||
.TP
|
||||
.B
|
||||
\fB--who\fP
|
||||
who command parser
|
||||
.TP
|
||||
|
Reference in New Issue
Block a user