Skip to content

Go Program for invoking ctags on large codebases.

Notifications You must be signed in to change notification settings

johnfredcee/autotag

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

*Autotag

This exists to parallelize the problem of running a ctags.exe - like command on a large codebase (in this case, Unreal Engine 4)

The codebase can be split into different sections each with it's own section in the conf.json file and it's own specified command line parameters. Autotags will build a list of files to tag (based on wildcards) and produce a tag file, in parallel for each sections.

I hope the conf.json is self-explanatory

*TODO

Watch directories and kick off rescans Store tags in some database like SQLite for faster indexing and retreival

About

Go Program for invoking ctags on large codebases.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages