kellyjonbrazil / jc

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.
MIT License
7.92k stars 210 forks source link

add parser for proc net wirless #586

Open MichaelKlemm opened 2 months ago

MichaelKlemm commented 2 months ago

TODO:

kellyjonbrazil commented 2 months ago

Looks great, thanks! Could you provide some tests? I'll probably start working on the next release in the next couple weeks.

kellyjonbrazil commented 2 months ago

Hi @MichaelKlemm - I'm starting to work on the next version now, so if you could add tests that would be great. Thanks!