v0.1.0
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
--helpoutput (59 formats supported) - Wizard registry with
addandupdatecommands - 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@latestOr download binaries below.