Fast code search tool similar to ack, optimized for speed
Code-search similar to ack
ag
$ ag 'function_name'
$ ag --python 'class Definition'
$ ag -B 2 -A 2 'error_pattern'