GitHub

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
  • --json flag 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
  • --version flag

Installation

To install the latest version:

go install github.com/boltz-labs/boltz-kit@latest

To install a specific version:

go install github.com/boltz-labs/boltz-kit@v0.2.0