3 stable releases
3.0.0 | Jan 5, 2024 |
---|---|
2.0.0 | Jan 5, 2024 |
1.0.0 | Jan 5, 2024 |
0.1.1 |
|
0.1.0 |
|
#2185 in Command line utilities
22 downloads per month
6KB
Convert excel file to csv file
install
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
Dependencies
~2.6–3.5MB
~61K SLoC