
jc
kellyjonbrazil
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.
AI 简介
jc 是一个命令行工具及 Python 库,用于将常见命令行工具、文件类型和字符串的输出转换为 JSON、YAML 或字典格式。其核心功能包括支持多种 CLI 工具(如 dig、ping 等)和文件类型的解析,并能够以结构化数据的形式输出结果,便于进一步处理或自动化脚本编写。技术上,jc 采用 Python 编写,易于集成到现有的 Python 项目中,同时提供了丰富的文档和支持。适用于需要对命令行输出进行程序化处理的场景,如系统监控、日志分析等,尤其适合与 jq 或其他 JSON 处理工具结合使用来构建复杂的自动化工作流。
Python
MIT License8.6k
Stars
244
Forks
30
Watchers
41
Issues
Star 增长
今日0
近 7 天+3
近 30 天+29
综合评分67.57
默认分支master