From 830b129504093ab1b45af522a49b150e1cfaa1f5 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Fri, 11 Oct 2013 14:24:15 +0200 Subject: [PATCH] add README --- README | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..92dfbca --- /dev/null +++ b/README @@ -0,0 +1,24 @@ + +spiceterm is a full featured terminal emulator and exports the display +using the SPICE protocol. + +Features: + +* xterm/linux compatible +* cut and paste (vdagent) +* screen resize (vdagent) + +Example usage: + +By default we start a simple shell (/bin/sh) + +# ./spiceterm & remote-viewer spice://localhost:5912 + +You can also specify the program to execute, for example a login screen + +# ./spiceterm -c /bin/login & remote-viewer spice://localhost:5912 + +Or enter a OpenVZ container console + +# ./spiceterm -c vzctl enter 100 & remote-viewer spice://localhost:5912 +