3 stable releases

3.0.0 Jan 5, 2024
2.0.0 Jan 5, 2024
1.0.0 Jan 5, 2024
0.1.1 May 21, 2023
0.1.0 May 21, 2023

#915 in Command line utilities

42 downloads per month

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.4–3.5MB
~59K SLoC