mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-06-17 00:07:37 +02:00
doc update
This commit is contained in:
@ -1,6 +1,7 @@
|
|||||||
jc changelog
|
jc changelog
|
||||||
|
|
||||||
20231025 v1.23.7
|
20231104 v1.23.7
|
||||||
|
- Add `deb-packages` parser for Debian/Ubuntu Package Index files
|
||||||
- Fix `iptables` parser for cases where the `target` field is blank in a rule
|
- Fix `iptables` parser for cases where the `target` field is blank in a rule
|
||||||
- Fix `vmstat` parsers for some cases where wide output is used
|
- Fix `vmstat` parsers for some cases where wide output is used
|
||||||
|
|
||||||
|
@ -30,7 +30,7 @@ Schema:
|
|||||||
"num" integer,
|
"num" integer,
|
||||||
"pkts": integer,
|
"pkts": integer,
|
||||||
"bytes": integer, # converted based on suffix
|
"bytes": integer, # converted based on suffix
|
||||||
"target": string,
|
"target": string, # Null if blank
|
||||||
"prot": string,
|
"prot": string,
|
||||||
"opt": string, # "--" = Null
|
"opt": string, # "--" = Null
|
||||||
"in": string,
|
"in": string,
|
||||||
|
@ -184,4 +184,4 @@ Returns:
|
|||||||
### Parser Information
|
### Parser Information
|
||||||
Compatibility: linux
|
Compatibility: linux
|
||||||
|
|
||||||
Version 1.6 by Kelly Brazil (kellyjonbrazil@gmail.com)
|
Version 1.7 by Kelly Brazil (kellyjonbrazil@gmail.com)
|
||||||
|
2
man/jc.1
2
man/jc.1
@ -1,4 +1,4 @@
|
|||||||
.TH jc 1 2023-10-25 1.23.7 "JSON Convert"
|
.TH jc 1 2023-11-04 1.23.7 "JSON Convert"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBjc\fP \- JSON Convert JSONifies the output of many CLI tools, file-types,
|
\fBjc\fP \- JSON Convert JSONifies the output of many CLI tools, file-types,
|
||||||
and strings
|
and strings
|
||||||
|
Reference in New Issue
Block a user