1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-07-17 01:32:37 +02:00

remove linux from description

This commit is contained in:
Kelly Brazil
2020-05-21 11:10:00 -07:00
parent 9730f62e49
commit 6cba7d4298

View File

@ -4,7 +4,7 @@
# JC # JC
JSON CLI output utility JSON CLI output utility
`jc` JSONifies the output of many linux CLI tools and file-types for easier parsing in scripts. See the [**Parsers**](#parsers) section for supported commands and file-types. `jc` JSONifies the output of many CLI tools and file-types for easier parsing in scripts. See the [**Parsers**](#parsers) section for supported commands and file-types.
This allows further command-line processing of output with tools like `jq` by piping commands: This allows further command-line processing of output with tools like `jq` by piping commands:
``` ```