ptags icon indicating copy to clipboard operation
ptags copied to clipboard

Option to skip the git support but keep the parallelism?

Open aachrisg opened this issue 2 years ago • 1 comments

Hi. I was looking for a faster "ctags" and found this.

However, I'm in the game industry, where Perforce is the norm, so the requirement that git be used is messing me up. I tried it on my tree including with the "--include-untracked" option but no luck :-(.

aachrisg avatar Jan 16 '22 20:01 aachrisg

ptags supports -L option like ctags. So the following command will search all the files under the current directory, and generate tags parallelly.

$ find . | ptags -L -

dalance avatar Jan 17 '22 08:01 dalance