Skip to content

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 02 Apr 20:33
· 36 commits to main since this release
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.