Generate ctags compatible tag file for your code. Powered by tree-sitter.
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