Ptags 0.2.0: A parallel universal-ctags wrapper for git repository

ptags is a universal-ctags wrapper to have the following features.

  • Search git tracked files only ( .gitignore support )
  • Call ctags command in parallel for acceleration (Up to x5 faster than universal-ctags)

https://github.com/dalance/ptags

2 Likes

Nice, a parallel ctags! Sometimes running ctags seems to take forever so I'll try this out.