Releases
Version history and release notes for boltz-kit.
v0.2.0
Released: December 2024
New Features
- boltz search - Fast regex search across your codebase
--jsonflag for JSON output- Binary file detection and skip
v0.1.0
Released: December 2024
Initial Release
- boltz tree - Display directory structure with Unicode tree characters
- boltz symbols - Extract Go symbols (functions, methods, structs, interfaces, constants, variables) as JSON
--versionflag
Installation
To install the latest version:
go install github.com/boltz-labs/boltz-kit@latestTo install a specific version:
go install github.com/boltz-labs/boltz-kit@v0.2.0