Interactive grep tool for searching and filtering text with a user-friendly interface
Interactive grep
igrep
$ igrep 'error' /var/log/system.log
$ cat myfile.txt | igrep 'warning'
$ igrep -r 'function_name' src/