semkiv / fzgrep-rs

Fuzzy grep implemented in Rust
MIT License
0 stars 0 forks source link

Option to include only certain files #26

Open semkiv opened 12 months ago

semkiv commented 12 months ago

See grep's --include option for a reference.

semkiv commented 12 months ago

This option makes sense almost exclusively in the context of recursive processing, see #15.