Node-Virtualization / node-virtualbox

A JavaScript Library for Interacting with VirtualBox
MIT License
259 stars 68 forks source link

Added a list function #2

Closed sroegner closed 12 years ago

sroegner commented 12 years ago

Hi there,

while this is not particularly pretty, it appears to do what I needed it to do

➜ test git:(master) node list.js
[2012-11-16 07:24:44.707] [INFO] VirtualBox - Listing VMs { '18b9e12f-82de-4bbc-8f05-9334e42cf367': { name: 'myubuntubox2', running: true }, 'd4d5514f-3edc-4c0f-b6b0-d66dbe2d0832': { name: 'gitlab_centos6.gitlab', running: false }}

I'd be glad if you could give this a look

Cheers, Steffen