# VirtualBox ZSH Plugin This plugin provides several aliases for VirtualBox: * `vb list` - List all VMs * `vb start ` - Start VM * `vb stop ` - Send poweroff signal to VM via ACPI, call hard power on failure * `vb gui ` - Attach to the GUI of VM * `vb suspend ` - Suspend VM * `vb restart ` - Restart VM (calls `vb stop`, then `vb start`) * `vb reset ` - Send reset signal to VM * `vb status [VM]` - Show status of VM (show all VMs if no VM name is passed) * `vb snaplist ` - list snapshots for VM * `vb snapshot [NAME]` - create snapshot for VM (optional: define a name for the snapshot) * `vb snaprestore ` - restore snapshot for VM * `vb snapdel ` - delete snapshot of VM Autocompletion for parameters and VMs and their snapshots is enabled. ## Installation ### Antigen `antigen bundle https://gitlab.com/smark/virtualbox.zshplugin.git`