2 个版本
0.1.1 | 2023年3月22日 |
---|---|
0.1.0 | 2023年3月22日 |
在 可视化 中排名第 398
每月下载量 23
33KB
825 代码行
tblcompare
一个快速的表格文件比较工具。
功能
安装
- 从 https://rustup.rs 安装rust工具链
cargo安装 tblcompare
用法
$ tblcompare \
--left-file /path/to/leftFile.csv \
--right-file /path/to/rightFile.csv \
--key-cols keyCol1 keyCol2 keyCol3 \ # list of columns to identify each row
--out-file /path/to/diff.html # diff is output as an HTML file
依赖项
~10–22MB
~353K SLoC