/findr

A small command line utility for finding files based on a pattern

Primary LanguageGoMIT LicenseMIT

Findr

A small command line utility for finding files based on a pattern


Example

findr -dir="~/Code" -pattern="^(foo|bar)$" -case -ignore="^(baz|qux)$"

Help

Run the following command for help.

findr -help