p-ranav / hypergrep

Recursively search directories for a regex pattern
MIT License
204 stars 7 forks source link

Support `--include-zero` #24

Closed p-ranav closed 1 year ago

p-ranav commented 1 year ago
        --include-zero                           
            When used with --count or --count-matches, print the number of matches for
            each file even if there were zero matches. This is disabled by default but can
            be enabled to make ripgrep behave more like grep.