Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 727 Bytes

File metadata and controls

21 lines (18 loc) · 727 Bytes

kim-possible-wade

wade

A proof-of-concept CLI tool to manage virtual machines with QEMU



Why?

I've been using raw QEMU on my Windows machine (yes, it's kinda odd) for some time and I've gathered a list of items I would like to have:

  • not to waste time searching for QEMU commands in my shells history just to boot a single VM
  • store my VMs as easy-to-find and readable configs.
  • use QEMU's storage overlay feature

How to use it

wade new
wade <vm-name>
wade <vm-name> insert <iso-image-from-your-downloads-folder>

Installation

TODO: