2010-09-01 20:02:56 -04:00
|
|
|
.TH ST 1 st-VERSION
|
|
|
|
.SH NAME
|
|
|
|
st \- simple terminal
|
|
|
|
.SH SYNOPSIS
|
|
|
|
.B st
|
|
|
|
.RB [ \-e " <cmd>"]
|
2010-11-19 11:13:13 -05:00
|
|
|
.RB [ \-c " <class>"]
|
2010-09-01 20:02:56 -04:00
|
|
|
.RB [ \-t " <title>"]
|
|
|
|
.RB [ \-v ]
|
|
|
|
.SH DESCRIPTION
|
|
|
|
.B st
|
|
|
|
is a simple terminal emulator.
|
|
|
|
.SH OPTIONS
|
|
|
|
.TP
|
|
|
|
.B \-e <cmd>
|
|
|
|
Execute cmd instead of the shell
|
|
|
|
.TP
|
|
|
|
.B \-t <title>
|
|
|
|
Overrides the default title (st)
|
|
|
|
.TP
|
2010-11-19 11:13:13 -05:00
|
|
|
.B \-c <class>
|
|
|
|
Overrides the default class ($TERM)
|
|
|
|
.TP
|
2010-09-01 20:02:56 -04:00
|
|
|
.BI \-v
|
|
|
|
Prints version information to standard output, then exits.
|