codequery

Code-understanding and code-search tool for browsing source code

brewmacoslinux
Try with needOr install directly
Source

About

Code-understanding, code-browsing or code-search tool

Commands

codequery

Examples

Search for a function definition by name$ codequery -f function_name
Find all references to a symbol in the codebase$ codequery -r symbol_name
Search for patterns using regular expressions$ codequery -p 'pattern.*regex'