the_platinum_searcher

Fast multi-platform code search tool similar to ack and ag

brewmacoslinux
Try with needOr install directly
Source

About

Multi-platform code-search similar to ack and ag

Commands

pt

Examples

Search for a pattern in the current directory$ pt 'function_name'
Search for a pattern in specific file types$ pt --type=python 'import os'
Search with case-insensitive matching$ pt -i 'TODO'