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.
jc
with snap
snap
package$ sudo snap install snapcraft --classic
$ sudo snap refresh snapcraft --edge
$ git clone https://github.com/kellyjonbrazil/jc
$ cd ./jc
$ git checkout snap-support
$ lxd init --auto
.snap
file:$ snapcraft
$ snap install --dangerous ./jc_*_amd64.snap
jc
with pluginsPut your plugin in the "$HOME/.local/share/jc"
directory.
To connect the directory, run:
snap connect jc:dot-jc-plugins snapd