boltz-kit
A code intelligence toolkit that helps humans and AI understand codebases better.
Installation
go install github.com/boltz-labs/boltz-kit@latestOr build from source:
git clone https://github.com/boltz-labs/boltz-kit.git
cd boltz-kit
go build -o boltzCommands
boltz tree
Display directory structure in a tree format
boltz symbols
Extract functions, types, and methods from Go files
boltz search
Search for regex patterns in files
Latest Release
v0.2.0 - Added search command with regex support and JSON output.