jc

Installation
SKILL.md

jc

JSONifies the output of CLI tools and file-types for easier parsing.

Basic Usage

command | jc --parser          # Pipe output
jc command                    # Magic syntax
jc --help                     # List all parsers
jc --help --parser            # Parser docs

Examples

dig example.com | jc --dig | jq '.answer[].data'
ps aux | jc --ps
ifconfig | jc --ifconfig
Related skills
Installs
29
Repository
knoopx/pi
GitHub Stars
47
First Seen
Jan 24, 2026