Skip to content

Releases: svyatov/oz

Release list

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 01 Jul 14:32
a15b781

Changelog

Features

Bug Fixes

  • dfb2553: fix(wizards): expose --skip-asset-pipeline on Rails 8.x in rails-new (@svyatov)
  • 24644f2: fix(registry): serve wizards from the main repo (@svyatov)
  • 78f683e: fix(ui): add column spacing to wizard list output (@svyatov)
  • 163d579: fix(ui): add trailing blank line to wizard list output (@svyatov)

Other

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 02 Apr 20:33
16931a8

Initial public release.

Features

  • Interactive TUI wizard engine powered by Bubbletea
  • YAML-based wizard configuration with select, confirm, input, and multi-select field types
  • Auto-generate wizard configs from any CLI tool's --help output (59 formats supported)
  • Wizard registry with add and update commands
  • Version detection with semver-based option filtering
  • Presets and pinned options for quick reuse
  • Conditional visibility (show_when / hide_when)
  • Dynamic choices via shell commands
  • Dry-run mode and command copy-to-clipboard
  • Shell completions (bash, zsh, fish, powershell)

Install

# Homebrew (macOS)
brew install svyatov/tap/oz

# Go
go install github.com/svyatov/oz/cmd/oz@latest

Or download binaries below.