mirror of
git://git.proxmox.com/git/spiceterm.git
synced 2024-12-22 13:34:06 +03:00
add README
This commit is contained in:
parent
0f8e254951
commit
830b129504
24
README
Normal file
24
README
Normal file
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user