Skip to content

Git hooks for automatic building of ctags indexes

Notifications You must be signed in to change notification settings

esneider/gitctags

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

gitctags

Git hooks for automatic building of ctags indexes

In case you’ve been living under a programming rock, Ctags (specifically Exuberant Ctags, not the BSD version shipped with OS X) indexes source code to make it easy to jump to functions, variables, classes, and other identifiers in (among other editors) Vim (see :help tags). The major downside to Ctags is having to manually rebuild that index all the time. That’s where the not-so-novel idea of re-indexing from various Git commit hooks comes in.

See @tpope's Effortless Ctags with Git

About

Git hooks for automatic building of ctags indexes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages