aboutsummaryrefslogtreecommitdiffstats
path: root/gterm.1
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2019-05-23 10:33:59 +0200
committerGerd Hoffmann <kraxel@redhat.com>2019-05-23 10:33:59 +0200
commitb2a545725247350d845c1ffb49bb4cbeb1f9b3b9 (patch)
tree487a7c499359675949c10b8d70872d43eed00f22 /gterm.1
parent2ec452c530ba2d1a5acd77ee04bb9513cd79277d (diff)
downloadgterm-b2a545725247350d845c1ffb49bb4cbeb1f9b3b9.tar.gz
add manpage
Diffstat (limited to 'gterm.1')
-rw-r--r--gterm.147
1 files changed, 47 insertions, 0 deletions
diff --git a/gterm.1 b/gterm.1
new file mode 100644
index 0000000..bb1b8c1
--- /dev/null
+++ b/gterm.1
@@ -0,0 +1,47 @@
+.TH GTERM 1 "(c) 2019 Gerd Hoffmann" "GTERM" "terminal application"
+\#
+\#
+.SH NAME
+gterm - terminal application
+\#
+\#
+.SH SYNOPSIS
+.TP
+\fBgterm\fP [\fIoptions\fP]
+\#
+\#
+.SH DESCRIPTION
+.BR gterm
+is a terminal application. Command line options are compatible with
+xterm, not all xterm options are actually implemented though.
+\#
+\#
+.SH OPTIONS
+.TP
+.B -e
+Command line to run within the terminal. All arguments following this
+one are passed to the command started and will not be parsed, so this
+should be last on your command line. If not specified a shell is
+started.
+.TP
+.B -fa <face>
+The font face to use.
+.TP
+.B -fs <size>
+The font size to use.
+\#
+\#
+.SH "CONFIG FILE"
+.BR gterm
+reads the configuration from the
+.BR ~/.config/gterm.conf
+config file. A "[default]" section holds the config options.
+\#
+\#
+.SH "SEE ALSO"
+.BR xterm(1),
+\#
+\#
+.SH AUTHOR
+Gerd Hoffmann
+.BR <gerd@kraxel.org>