This repository has been archived on 2021-04-22. You can view files and clone it, but cannot push or open issues/pull-requests.
2011-05-14 17:47:37 +02:00
|
|
|
.TH ST 1 st\-VERSION
|
2010-09-02 02:02:56 +02:00
|
|
|
.SH NAME
|
|
|
|
st \- simple terminal
|
|
|
|
.SH SYNOPSIS
|
|
|
|
.B st
|
2010-11-30 22:55:44 +01:00
|
|
|
.RB [ \-c
|
|
|
|
.IR class ]
|
|
|
|
.RB [ \-t
|
|
|
|
.IR title ]
|
2010-09-02 02:02:56 +02:00
|
|
|
.RB [ \-v ]
|
2010-11-30 22:55:44 +01:00
|
|
|
.RB [ \-e
|
2011-05-14 17:47:37 +02:00
|
|
|
.IR command ...]
|
2010-09-02 02:02:56 +02:00
|
|
|
.SH DESCRIPTION
|
|
|
|
.B st
|
|
|
|
is a simple terminal emulator.
|
|
|
|
.SH OPTIONS
|
|
|
|
.TP
|
2011-05-14 17:47:37 +02:00
|
|
|
.BI \-t " title"
|
|
|
|
defines the window title (default 'st').
|
2010-09-02 02:02:56 +02:00
|
|
|
.TP
|
2011-05-14 17:47:37 +02:00
|
|
|
.BI \-c " class"
|
|
|
|
defines the window class (default $TERM).
|
2010-11-19 17:13:13 +01:00
|
|
|
.TP
|
2010-11-30 22:55:44 +01:00
|
|
|
.B \-v
|
2011-05-14 17:47:37 +02:00
|
|
|
prints version information to stderr, then exits.
|
2010-11-30 22:55:44 +01:00
|
|
|
.TP
|
2011-05-14 17:47:37 +02: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.
|