aboutsummaryrefslogtreecommitdiffhomepage
path: root/st.1
blob: f1f41a7bc30923c8834f8101576f72d540d5d685 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
.TH ST 1 st-VERSION
.SH NAME
st \- simple terminal
.SH SYNOPSIS
.B st
.RB [ \-c
.IR class ]
.RB [ \-t 
.IR title ]
.RB [ \-v ]
.RB [ \-e
.IR cmd ]
.SH DESCRIPTION
.B st
is a simple terminal emulator.
.SH OPTIONS
.TP
.B \-t title
Overrides the default title (st)
.TP
.B \-c class
Overrides the default class ($TERM)
.TP
.B \-v
Prints version information to standard output, then exits.
.TP
.B \-e cmd [arguments]
Execute cmd instead of the shell. Type your command as you would on your
shell. If this option is used, it
.BI "must be the last"
on the command-line. This is the same behaviour as xterm/rxvt.