Context-aware grep for searching source code with syntax understanding
Context-aware grep for source code
cgrep
$ cgrep -fun 'myFunction' src/
$ cgrep -decl 'variableName' .
$ cgrep -nocom 'pattern' src/ --include='*.cpp'