-KVMX: vagrant-like QEMU KVM Wrapper
-===================================
+# KVMX: vagrant-like QEMU KVM Wrapper
KVMX is a lightweight implementation of a virtual machine manager
inspired by [vagrant](https://www.vagrantup.com/),
* Easily copy files or SSH into the guest.
* Built-in shell.
* GUI support via Spice, Xephyr, VNC and Xpra.
+* Safer clipboard sharing through the guest's SSH server.
* Works both for desktop GUI virtualization, local development or at production servers.
## Dependencies
kvmx up <project-name>
+## Clipboard
+
+Cliboard sharing is available by using a SSH server inside the guest:
+
+* Use `kvmx-clipboard` to send and receive content to and from guests.
+* `kvmx-spice-copy` and `kvmx-spice-paste` are handy wrappers to integrate with
+ your desktop environment.
+
+## Other features
+
+Check the other available commands with:
+
+ kvmx help
+
## References
-See [Virtualized GUI environments](https://blog.fluxo.info/suckless/virtual) for details.
+* The research which resulted in `kvmx` began in the [Virtualized GUI
+ environments](https://blog.fluxo.info/suckless/virtual) article.