2011-05-14 11:47:37 -04:00
|
|
|
.TH ST 1 st\-VERSION
|
2010-09-01 20:02:56 -04:00
|
|
|
.SH NAME
|
|
|
|
st \- simple terminal
|
|
|
|
.SH SYNOPSIS
|
|
|
|
.B st
|
2010-11-30 16:55:44 -05:00
|
|
|
.RB [ \-c
|
|
|
|
.IR class ]
|
|
|
|
.RB [ \-t
|
|
|
|
.IR title ]
|
2011-06-08 15:35:58 -04:00
|
|
|
.RB [ \-w
|
|
|
|
.IR windowid ]
|
2010-09-01 20:02:56 -04:00
|
|
|
.RB [ \-v ]
|
2010-11-30 16:55:44 -05:00
|
|
|
.RB [ \-e
|
2011-05-14 11:47:37 -04:00
|
|
|
.IR command ...]
|
2010-09-01 20:02:56 -04:00
|
|
|
.SH DESCRIPTION
|
|
|
|
.B st
|
|
|
|
is a simple terminal emulator.
|
|
|
|
.SH OPTIONS
|
|
|
|
.TP
|
2011-05-14 11:47:37 -04:00
|
|
|
.BI \-t " title"
|
|
|
|
defines the window title (default 'st').
|
2010-09-01 20:02:56 -04:00
|
|
|
.TP
|
2011-05-14 11:47:37 -04:00
|
|
|
.BI \-c " class"
|
|
|
|
defines the window class (default $TERM).
|
2010-11-19 11:13:13 -05:00
|
|
|
.TP
|
2011-06-08 15:35:58 -04:00
|
|
|
.BI \-w " windowid"
|
|
|
|
embeds st within the window identified by
|
|
|
|
.I windowid
|
|
|
|
.TP
|
2010-11-30 16:55:44 -05:00
|
|
|
.B \-v
|
2011-05-14 11:47:37 -04:00
|
|
|
prints version information to stderr, then exits.
|
2010-11-30 16:55:44 -05:00
|
|
|
.TP
|
2011-05-14 11:47:37 -04:00
|
|
|
.BI \-e " program " [ " arguments " "... ]"
|
|
|
|
st executes
|
|
|
|
.I program
|
|
|
|
instead of the shell. If this is used it
|
|
|
|
.B must be the last option
|
|
|
|
on the command line, as in xterm / rxvt.
|