2个不稳定版本
0.2.0 | 2021年11月20日 |
---|---|
0.1.0 | 2021年11月13日 |
#13 in #newline
10KB
210 行
ndjson
格式化并着色换行分隔的JSON,提高可读性。
示例
{"type":"json","value":42,"multiline":"line1\nline2","array":[1,2,3]}
type: json value: 42 multiline: line1
line2 array: [1, 2, 3]
用法
ndjson < file
tail -f file | ndjson
docker logs --tail 100 -f container 2>&1 | ndjson
kubectl logs --tail 100 -f pod | ndjson
安装
使用cargo
cargo install ndjson
从二进制文件
从发布页面下载预构建的二进制文件。
依赖项
~1.8–9.5MB
~82K SLoC