Interactive grep tool for searching text with real-time filtering
Interactive grep
igrep
$ igrep 'pattern' file.txt
$ igrep 'error' *.log
$ igrep -r 'function_name' src/
$ igrep 'TODO' project/*.py
$ igrep -i 'warning' debug.log