2 releases

0.1.1 May 21, 2023
0.1.0 May 21, 2023

#30 in #filter

MIT license

6KB

Convert excel file to csv file

Crates.io Rust license

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.2–3MB
~55K SLoC