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.82k stars 202 forks source link

feat(systemextensionsctl): add functionality #597

Open georgettica opened 4 days ago

georgettica commented 4 days ago

test failed on ubuntu even though this was only set to darwin?

kellyjonbrazil commented 4 days ago

I just had to change the base branch to dev. There are some python backports I had to work around and the fixes are in that branch.

georgettica commented 3 days ago

Oops, didn't check that :/ Thanks for changing!

georgettica commented 3 days ago

On my side I am ready to merge, if tests pass (and they did)

kellyjonbrazil commented 2 days ago

Would be good to have some tests before merging, if possible.

georgettica commented 1 day ago

legitimate bug in code, caught by tests. need to mull it over until I fix it, or if you know how to resolve the bug quickly I can just do as you suggest

georgettica commented 16 hours ago

woot woot! tests are passing!

georgettica commented 15 hours ago

For me having this as json is a huge step forward, so any schema changes are welcome