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 ]
|
2012-09-30 14:23:10 -04:00
|
|
|
.RB [ \-f
|
|
|
|
.IR font ]
|
2012-09-03 17:02:29 -04:00
|
|
|
.RB [ \-g
|
|
|
|
.IR geometry ]
|
2012-09-30 14:23:10 -04:00
|
|
|
.RB [ \-o
|
|
|
|
.IR file ]
|
2010-11-30 16:55:44 -05:00
|
|
|
.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 \-c " class"
|
|
|
|
defines the window class (default $TERM).
|
2010-11-19 11:13:13 -05:00
|
|
|
.TP
|
2012-09-30 14:23:10 -04:00
|
|
|
.BI \-f " font"
|
|
|
|
defines the
|
|
|
|
.I font
|
|
|
|
to use when st is run.
|
|
|
|
.TP
|
|
|
|
.BI \-g " geometry"
|
|
|
|
defines the X11 geometry string, which will fixate the height and width of st.
|
|
|
|
.TP
|
|
|
|
.BI \-o " file"
|
|
|
|
writes all the I/O to
|
|
|
|
.I file.
|
|
|
|
This feature is useful when recording st sessions. A value of "-" means
|
|
|
|
standard output.
|
|
|
|
.TP
|
|
|
|
.BI \-t " title"
|
|
|
|
defines the window title (default 'st').
|
|
|
|
.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.
|
2012-09-16 07:59:10 -04:00
|
|
|
.SH CUSTOMIZATION
|
|
|
|
.B st
|
|
|
|
can be customized by creating a custom config.h and (re)compiling the source
|
|
|
|
code. This keeps it fast, secure and simple.
|
|
|
|
.SH AUTHORS
|
|
|
|
See the LICENSE file for the authors.
|
|
|
|
.SH LICENSE
|
|
|
|
See the LICENSE file for the terms of redistribution.
|
|
|
|
.SH SEE ALSO
|
|
|
|
.BR tabbed (1)
|
|
|
|
.SH BUGS
|
|
|
|
See the TODO file in the distribution.
|
|
|
|
|