igrep

Interactive grep tool for searching and filtering text with a user-friendly interface

brewmacoslinux
Try with needOr install directly
Source

About

Interactive grep

Commands

igrep

Examples

Search for a pattern in a file interactively$ igrep 'error' /var/log/system.log
Pipe command output to igrep for interactive filtering$ cat myfile.txt | igrep 'warning'
Search recursively in a directory with interactive results$ igrep -r 'function_name' src/