VBoxManage Lite is a wrapper script around VirtualBox's 'VBoxManage' command, providing a more compact syntax for commonly used commands.
Supports these commands:
- list
- stop, start, halt, reset
- status
To install, just download the script and place it in your ~/bin folder. Make sure ~/bin is in your $PATH.
Product's homepage
Requirements:
· Python
· Oracle VM VirtualBox
What's New in This Release: [ read full changelog ]
· This version optimizes the 'status' command to only call VBoxManage once to get all machine statuses; it runs faster now.
· The 'VBoxManage' command is now a configurable constant instead of being hard-coded in three places.