global

Source code tag system for browsing and cross-referencing code

brewmacoslinux
Try with needOr install directly
Source

About

Source code tag system

Commands

globalgtagsgctagsgtags-cscope

Examples

Generate tag files for a source code project$ gtags
Search for a symbol definition in the project$ global -d function_name
Find all references to a symbol$ global -r symbol_name