igrep

Interactive grep tool for searching text with real-time filtering

brewmacoslinux
Try with needOr install directly
Source

About

Interactive grep

Commands

igrep

Examples

search for text inside files interactively$ igrep 'pattern' file.txt
search through multiple files with live filtering$ igrep 'error' *.log
search files recursively in a directory$ igrep -r 'function_name' src/
filter grep results in real-time as you type$ igrep 'TODO' project/*.py
search with case-insensitive matching interactively$ igrep -i 'warning' debug.log