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. observed · 2026-08-28
Health v2 · maintenance only
87/100
- Activity 99
- Release rhythm 65
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 165
- age_days: 2514
- days_rel: 76
- days_push: 7
- n_releases_24m: 4
Adoption not part of the score
8667 stars · 253 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
A CLI tool and Python library that converts the output of popular command-line tools, file types, and common strings into JSON, YAML, or Python dictionaries. It enables piping command output to tools like jq and simplifies parsing in automation scripts.
Use cases
- convert command output to json in shell scripts
- pipe dig or ls output to jq
- parse linux command output in python
- make bash scripts easier to parse tool output
- convert config file types to yaml or json
- use command output parsing in ansible playbooks
When to choose
- you need structured JSON from CLI tool output for scripting or automation
- you want a Python library with parsers for many command outputs and file types
- you pipe command output into jq or similar JSON tools
When to avoid
- you need to parse formats or commands not in jc's supported parser list
- you need extremely high-performance parsing of huge data streams
- you only work with already-structured output like JSON APIs
Facets
cli-tool · maturity active
parser serialization cli developer-tools developer-tools parsers windows python cli json-conversion yaml shell-scripting command-output-parsing jq python-library command-line automation linux macos
2 sources
- readme: https://github.com/kellyjonbrazil/jc · fetched 2026-08-28 · b02ba1bcd090
- registry_pypi: https://pypi.org/pypi/jc/json · fetched 2026-08-29 · 15ca40284fef
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| kellyjonbrazil/jc | main | 87 |
For agents
markdown · JSON · MCP: product_card(name="kellyjonbrazil/jc")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem