Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 36 additions & 0 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# 结构化流处理与展示 | `sspp`

## 简介

`sspp` 是一个命令行工具,作为一个统一的命令实用程序,用于解析和展示多种结构化配置文件或数据流,例如 `json`。

支持的类型:

- `json` :white_check_mark:
- `xml` :white_check_mark:
- `yaml` :white_check_mark:
- `toml` :white_check_mark:
- `hcl`
- `jwt`
- `ini` :white_check_mark: 参见 [#18](https://github.com/0hsn/sspp/issues/18) :snail:
- `.properties`

软件状态:`Pre-Alpha`。

## 文档

[**安装指南**](docs/setup.md) <br />
[**使用指南**](docs/usage.md) <br />
[**命令手册**](docs/cmdref.md)

## 反馈问题

您可以在 [github issues](https://github.com/0hsn/sspp/issues) 中报告问题或提出疑问。

## 相关项目

- [stedolan/jq](https://github.com/stedolan/jq)
- [kislyuk/yq](https://github.com/kislyuk/yq)
- [sclevine/yj](https://github.com/sclevine/yj)
- [brimdata/zed](https://github.com/brimdata/zed)
- [TomWright/dasel](https://github.com/TomWright/dasel)