3个稳定版本
3.0.0 | 2024年1月5日 |
---|---|
2.0.0 | 2024年1月5日 |
1.0.0 | 2024年1月5日 |
0.1.1 |
|
0.1.0 |
|
1059 在 命令行工具 中
每月下载 22 次
6KB
将Excel文件转换为csv文件
安装
cargo install krep
USAGE:
kerp <regex pattern> <pipe or input>
kerp <regex pattern> -F <files..>
Example:
cat README.md | krep decode
krep https -F Cargo.toml README.md =>find https
krep '[0-9]{4}-[0-9]{1,}-[0-9]{1,}' -F README.md =>find date
依赖项
约2.6–3.5MB
约60K SLoC