Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 448 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 448 Bytes

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