nomad-software / findr

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:Go 100.0%