st/st.1

33 lines
606 B
Groff
Raw Normal View History

2010-09-02 02:02:56 +02:00
.TH ST 1 st-VERSION
.SH NAME
st \- simple terminal
.SH SYNOPSIS
.B st
.RB [ \-c
.IR class ]
.RB [ \-t
.IR title ]
2010-09-02 02:02:56 +02:00
.RB [ \-v ]
.RB [ \-e
.IR cmd ]
2010-09-02 02:02:56 +02:00
.SH DESCRIPTION
.B st
is a simple terminal emulator.
.SH OPTIONS
.TP
.B \-t title
2010-09-02 02:02:56 +02:00
Overrides the default title (st)
.TP
.B \-c class
Overrides the default class ($TERM)
.TP
.B \-v
2010-09-02 02:02:56 +02:00
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.