Maintained implementation of ctags for indexing source code
Maintained ctags implementation
ctags
$ ctags -R .
$ ctags -R --languages=Python,JavaScript src/
$ ctags -f - myfile.c | head -20