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

created the amixer command parser - FIRST skeleton | NOT READY for review yet #616

Open AvocadoStyle opened 1 day ago

AvocadoStyle commented 1 day ago

as part of the following github issue: https://github.com/kellyjonbrazil/jc/issues/591#issuecomment-2346537966 Which is #591 Created this amixer PR.

AvocadoStyle commented 1 day ago

I created the initial skeleton to ensure I understood how to properly create and place a pull request in the correct repository and branch.

AvocadoStyle commented 16 hours ago

Now I've set this branch to track the dev branch, and its upstream is now based on dev.