Skip to content

Generate ctags compatible tag file for your code. Powered by tree-sitter.

Notifications You must be signed in to change notification settings

jha-naman/tree-tags

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TreeTags

Generate ctags compatible tag file for your code. Powered by tree-sitter.

Installation

Clone repo and build the project and copy executable to a folder in your path.

go build # build the project
cp ./tree-tags ~/bin # copy executable to a folder in your path

## USAGE
cd ~/your-go-project
tree-tags # will output a tags file in vim compatible format

About

Generate ctags compatible tag file for your code. Powered by tree-sitter.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages