universal-ctags

Maintained implementation of ctags for indexing source code

brewmacoslinux
Try with needOr install directly
Source

About

Maintained ctags implementation

Commands

ctags

Examples

Generate tags file for a directory of source code$ ctags -R .
Generate tags for specific file types only$ ctags -R --languages=Python,JavaScript src/
List all tags found in a file with their line numbers$ ctags -f - myfile.c | head -20