ucg

Fast grep-like tool for searching large source code repositories

brewmacoslinux
Try with needOr install directly
Source

About

Tool for searching large bodies of source code (like grep)

Commands

ucg

Examples

Search for a function name in source code$ ucg 'function_name' /path/to/source
Search for a pattern with case-insensitive matching$ ucg -i 'TODO' .
Search for a pattern and display line numbers$ ucg -n 'import' src/