Page 1 of 1

[feature request] Show list of 'VBoxManage list runningvms' somewhere in GUI

Posted: 7. Nov 2017, 02:04
by taa
Hi,

I'm looking for a way to view a list of running VMs in the GUI. I know about the command line, "VBoxManage list runningvms".

The ability to group VMs is great, especially as I keep creating more, and I'm wondering if there could be a pseudo-group or groups created to show a list of running VMs. Ideally it would be great if it would show each VMs state (normal start, headless start, paused, etc.), but if it's easier I could live with a separate pseudo-group named for each state.

Example, where ">" denotes the group name

Code: Select all

>Windows
     Windows XP
     Windows Vista
     Windows 7
     Windows 8
>Linux
     Debian
     Ubuntu
     Fedora
If Windows 7 and Ubuntu were currently running, a new "psueo-group" would dynamically appear, probably above all other groups:

Code: Select all

>Running
     Ubuntu
     Windows 7
>Windows
     Windows XP
     Windows Vista
     Windows 7
     Windows 8
>Linux
     Debian
     Ubuntu
     Fedora
Thanks for listening. :D

Todd