vgrep

User-friendly pager for grep output with enhanced navigation

brewmacoslinux
Try with needOr install directly
Source

About

User-friendly pager for grep

Commands

vgrep

Examples

Search for a pattern in files and browse results interactively$ vgrep 'pattern' file.txt
Grep recursively through a directory and navigate matches$ vgrep -r 'function_name' src/
Use grep with vgrep as pager for interactive browsing$ grep -r 'TODO' . | vgrep