ffind

User-friendly alternative to find command with simpler syntax

brewmacoslinux
Try with needOr install directly
Source

About

Friendlier find

Commands

ffind

Examples

Find all Python files in current directory$ ffind .py
Find files matching a pattern in a specific directory$ ffind test /path/to/dir
Find files case-insensitively$ ffind -i README