ttags

ttags generates ctags using Tree-sitter.

Installation

macOS and Linux

bash cargo install ttags

Binaries are also available on the releases page of the repo. Download the tar file, and place the executable in your path.

From source

bash git clone https://github.com/npezza93/ttags cd ttags cargo build --release ./target/release/ttags $(git ls-files)

Usage

Give a list of file paths and/or directories to ttags to parse and generate.

bash ttags $(git ls-files)

Options