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,6 @@
|
|||||||
jc changelog
|
jc changelog
|
||||||
|
|
||||||
20240318 v1.25.2
|
20240323 v1.25.2
|
||||||
- Add `apt-cache-show` command parser
|
- Add `apt-cache-show` command parser
|
||||||
- Add `apt-get-sqq` command parser
|
- Add `apt-get-sqq` command parser
|
||||||
- Add `ethtool` command parser
|
- Add `ethtool` command parser
|
||||||
@ -14,6 +14,7 @@ jc changelog
|
|||||||
- Enhance `/proc/pid/stat` parser to support "Idle" state
|
- Enhance `/proc/pid/stat` parser to support "Idle" state
|
||||||
- Enhance `rpm_qi` and `pkg_index_deb` parsers to split list fields into arrays
|
- 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 `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
|
- Add aarch64 binaries to Releases for macOS and Linux
|
||||||
- Documentation and doc build updates
|
- Documentation and doc build updates
|
||||||
|
|
||||||
|
@ -24,6 +24,9 @@ Usage (module):
|
|||||||
|
|
||||||
Schema:
|
Schema:
|
||||||
|
|
||||||
|
Note: many units fields are converted to integers and floats
|
||||||
|
when detected. Use raw output for the original string values.
|
||||||
|
|
||||||
{
|
{
|
||||||
"name": string,
|
"name": string,
|
||||||
"supported_ports": [
|
"supported_ports": [
|
||||||
|
@ -19,6 +19,9 @@ Usage (module):
|
|||||||
|
|
||||||
Schema:
|
Schema:
|
||||||
|
|
||||||
|
Note: many units fields are converted to integers and floats
|
||||||
|
when detected. Use raw output for the original string values.
|
||||||
|
|
||||||
{
|
{
|
||||||
"name": string,
|
"name": string,
|
||||||
"supported_ports": [
|
"supported_ports": [
|
||||||
|
2
man/jc.1
2
man/jc.1
@ -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
|
.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