ugrep

Ultra-fast grep alternative with fuzzy search and interactive UI

brewmacoslinux
Try with needOr install directly
Source

About

Ultra fast grep with query UI, fuzzy search, archive search, and more

Commands

ugrepug

Examples

Search for a pattern in files with color highlighting$ ugrep 'pattern' /path/to/files
Fuzzy search with interactive UI to select matches$ ugrep -Q 'pattern'
Search recursively in directories ignoring binary files$ ugrep -r 'search_term' /path/to/directory