jc
https://github.com/kellyjonbrazil/jc
Python
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.
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Python not yet supported1 Subscribers
Add a CodeTriage badge to jc
Help out
- Issues
- Python 3.15 heads-up: datetime.strptime() behaviour change
- fix: replace lstrip() misuse with correct prefix removal in ifconfig and dir parsers
- fix: strip per-rule (log)/(log-all) markers in ufw parser (#696)
- UFW rule log field being applied to from_service
- lsattr parser fails with filenames containing spaces or newlines
- ifconfig parser: lstrip('0x') incorrectly strips hex mask digits
- dir parser: lstrip strips D: drive letter from parent directory path
- Generate Xonsh shell completion script
- --proc-pid-smaps breaks on wf (write-on-fork) flag
- iptables parser yields wrong results when called with -v
- Docs
- Python not yet supported