A terminal-based interactive command manager that organizes and executes commands with variables.
go install github.com/charmy/iz/cmd/iz@latestizOn first run, ~/.config/iz/config.yaml is automatically created.
- 📋 Hierarchical command organization
- 🔧 Variable support in commands
- ✅ Security confirmation system
- 🎨 Terminal UI
Edit ~/.config/iz/config.yaml to add your commands:
settings:
confirm: true
commands:
- name: "System"
children:
- name: "List Files"
command: "ls -la"
confirm: false
- name: "Ping Host"
command: "ping -c {count} {host}"
variables:
- name: "count"
default: "4"
- name: "host"
default: "google.com"↑/↓orj/k- NavigateEnter/r- Run commande- Edit config?- Helpq- Quit
Ctrl+S- Save configEsc- Cancel editing