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

doc update

This commit is contained in:
Kelly Brazil
2024-03-23 10:58:36 -07:00
parent 1da080dc52
commit 79cb156441
4 changed files with 9 additions and 2 deletions

View File

@ -1,6 +1,6 @@
jc changelog
20240318 v1.25.2
20240323 v1.25.2
- Add `apt-cache-show` command parser
- Add `apt-get-sqq` command parser
- Add `ethtool` command parser
@ -14,6 +14,7 @@ jc changelog
- Enhance `/proc/pid/stat` parser to support "Idle" state
- Enhance `rpm_qi` and `pkg_index_deb` parsers to split list fields into arrays
- Fix `iwconfig` parser to handle more special characters in the SSID name
- Fix `xrandr` parser to ignore extra horizontal and vertical stats lines
- Add aarch64 binaries to Releases for macOS and Linux
- Documentation and doc build updates

View File

@ -24,6 +24,9 @@ Usage (module):
Schema:
Note: many units fields are converted to integers and floats
when detected. Use raw output for the original string values.
{
"name": string,
"supported_ports": [

View File

@ -19,6 +19,9 @@ Usage (module):
Schema:
Note: many units fields are converted to integers and floats
when detected. Use raw output for the original string values.
{
"name": string,
"supported_ports": [

View File

@ -1,4 +1,4 @@
.TH jc 1 2024-03-19 1.25.2 "JSON Convert"
.TH jc 1 2024-03-23 1.25.2 "JSON Convert"
.SH NAME
\fBjc\fP \- JSON Convert JSONifies the output of many CLI tools, file-types,
and strings