CLI tool and python library that converts the output of popular command-line tools, file-types, and common strings to JSON, YAML, or Dictionaries. This allows piping of output to tools like jq and simplifying automation scripts.
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 iptables parser to handle -x output
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
apt-cache-show
command parserapt-get-sqq
command parserethtool
command parserneedrestart
command parserdf
parser to add human readable output support. Note: thesize
field has been changed to an integer and all size values have been normalized to bytes.free
parser to add human readable output support. All size values have been normalizd to bytes.iptables
parser to handle -x output/proc/pid/stat
parser to support "Idle" staterpm_qi
andpkg_index_deb
parsers to split list fields into arraysiwconfig
parser to handle more special characters in the SSID namexrandr
parser to ignore extra horizontal and vertical stats lines