the_silver_searcher

Fast code search tool similar to ack, optimized for speed

brewmacoslinux
Try with needOr install directly
Source

About

Code-search similar to ack

Commands

ag

Examples

Search for a pattern in the current directory$ ag 'function_name'
Search in specific file types only$ ag --python 'class Definition'
Search with context lines around matches$ ag -B 2 -A 2 'error_pattern'