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

add human-readable support to the df parser

This commit is contained in:
Kelly Brazil
2024-02-26 10:00:42 -08:00
parent 4bed8392b8
commit ef2a2121b5
13 changed files with 51 additions and 21 deletions

View File

@@ -1,6 +1,9 @@
jc changelog
20240214 v1.25.2
- TODO: add human output support to the `free` parser
- Enhance `df` parser to include `_bytes` fields for `size`, `used`, and `available`.
This provides normalized output when human readable `df` output is used
- Fix `iwconfig` parser to handle more special characters in the SSID name
- Documentation updates