5
0
mirror of git://git.proxmox.com/git/spiceterm.git synced 2024-12-22 13:34:06 +03:00
Go to file
2013-10-29 13:17:47 +01:00
.gitignore add .gitignore file 2013-09-12 11:08:02 +02:00
auth-pve.c implement command line options using getopt 2013-10-25 13:31:16 +02:00
copyright add copyright (GPLv2) 2013-09-11 12:11:43 +02:00
event_loop.c use SASL for auth, always use TLS 2013-10-23 10:58:24 +02:00
event_loop.h cleanup debugging code 2013-09-11 12:56:28 +02:00
genfont.c iscan all font files (include arabic font) 2013-10-29 13:17:47 +01:00
genkeysym.pl use kvm keymap files 2013-10-29 09:45:21 +01:00
glyphs.h iscan all font files (include arabic font) 2013-10-29 13:17:47 +01:00
input.c implement unicode keysyms 2013-10-29 12:21:11 +01:00
keysyms.h use kvm keymap files 2013-10-29 09:45:21 +01:00
Makefile iscan all font files (include arabic font) 2013-10-29 13:17:47 +01:00
README add README 2013-10-11 14:31:51 +02:00
screen.c implement command line options using getopt 2013-10-25 13:31:16 +02:00
spiceterm.c implement unicode keysyms 2013-10-29 12:21:11 +01:00
spiceterm.h use kvm keymap files 2013-10-29 09:45:21 +01:00
translations.h cleanup/merge header files 2013-09-11 07:44:47 +02:00

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