JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
applied parts of Connor Lane Smith's cleanup patch.
[st.git] / st.1
1 .TH ST 1 st\-VERSION
2 .SH NAME
3 st \- simple terminal
4 .SH SYNOPSIS
5 .B st
6 .RB [ \-c
7 .IR class ]
8 .RB [ \-t 
9 .IR title ]
10 .RB [ \-v ]
11 .RB [ \-e
12 .IR command ...]
13 .SH DESCRIPTION
14 .B st
15 is a simple terminal emulator.
16 .SH OPTIONS
17 .TP
18 .BI \-t " title"
19 defines the window title (default 'st').
20 .TP
21 .BI \-c " class"
22 defines the window class (default $TERM).
23 .TP
24 .B \-v
25 prints version information to stderr, then exits.
26 .TP
27 .BI \-e " program " [ " arguments " "... ]"
28 st executes
29 .I program
30 instead of the shell.  If this is used it
31 .B must be the last option
32 on the command line, as in xterm / rxvt.