xdissent / iectrl

Command line interface and Node module for managing ievms virtual machines
http://xdissent.github.io/iectrl
MIT License
198 stars 14 forks source link

Adds command to list currently installed virtual machines #14

Closed NickTomlin closed 10 years ago

NickTomlin commented 10 years ago
$ iectrl
  Commands:
    # ...
    nuke [names] remove all traces of virtual machines
    list         list available virtual machines
    open [options] [names] [url] open a URL in IE
    # ...

$ iectrl list
Available virtual machines:

IE8 - Win7
IE9 - Win7
IE10 - Win7
IE11 - Win7

I personally find this useful, since I switch between machines that may or may not have the same set of IEVMS installed. Please critique/reject as needed :)