]> git.proxmox.com Git - spiceterm.git/blob - README
implement unicode keysyms
[spiceterm.git] / README
1
2 spiceterm is a full featured terminal emulator and exports the display
3 using the SPICE protocol.
4
5 Features:
6
7 * xterm/linux compatible
8 * cut and paste (vdagent)
9 * screen resize (vdagent)
10
11 Example usage:
12
13 By default we start a simple shell (/bin/sh)
14
15 # ./spiceterm & remote-viewer spice://localhost:5912
16
17 You can also specify the program to execute, for example a login screen
18
19 # ./spiceterm -c /bin/login & remote-viewer spice://localhost:5912
20
21 Or enter a OpenVZ container console
22
23 # ./spiceterm -c vzctl enter 100 & remote-viewer spice://localhost:5912
24