tg command - koolakoff/kulenv GitHub Wiki
Description
The tg command recursively generates C-tags file (tags) for current/selected directory
Syntax
tg [path]
Example
tg
tg /home/$USER/kernel-stable
Note
Vim editor automatically picks up tags file (if run vim from directory where tags file is placed). You may use g] keys sequence to jump to description and Ctrl-R to return.