1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-08-10 22:41:51 +02:00

add apt_cache_show parser. Split list values into an array. fix tests.

This commit is contained in:
Kelly Brazil
2024-02-26 19:56:07 -08:00
parent 850917ada0
commit 026846650a
13 changed files with 370 additions and 73 deletions

View File

@@ -1,11 +1,14 @@
jc changelog
20240226 v1.25.2
- Add `apt-cache show` command parser
- Enhance `df` parser to add human readable output support. Note: the `size`
field has been changed to an integer and all size values have been normalized
to bytes.
- Enhance `free` parser to add human readable output support. All size values
have been normalizd to bytes.
- 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
- Documentation updates