module
0.0.0-20241221183527-5fe1397b614e
Repository: https://github.com/eliostvs/tsquery.git
Documentation: pkg.go.dev
# README
tsquery
tsquery
is a CLI for executing Tree-sitter queries on source code files.
It uses enry
to detect a language and apply the right Tree-sitter parser.
The default output includes a list of line number locations where there's a query match, followed by a snippet of the matching code.
# Packages
No description provided by the author