From e2f527c3f0e557b6d59d8c6884d9ae1666a93109 Mon Sep 17 00:00:00 2001 From: mutantturkey Date: Tue, 5 Mar 2013 10:04:08 -0500 Subject: Added a basic man file for svte I have created a basic man file for svte, it is very basic but gives all the basic information needed. Has shortcuts, command line args, and important files. More might be needed later. Still need to modify the Makefile. --- svte.1 | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 svte.1 (limited to 'svte.1') diff --git a/svte.1 b/svte.1 new file mode 100644 index 0000000..cb6eb3b --- /dev/null +++ b/svte.1 @@ -0,0 +1,45 @@ +.TH SVTE 1 svte\-VERSION +.SH NAME +svte \- simple virtual terminal emulator +.SH SYNOPSIS +.B svte +.RB [ \-c +.IR config-file ] +.RB [ \-e +.IR execute ] +.RB [ \-v ] +.P +.BR svte " ..." +.SH DESCRIPTION +.B svte +svte is a terminal that is flexible and has a small codebase. Its aim is to be +lightweight and fast, while providing nice integration with a modern Linux +environment. svte is yet another minimal GTK incarnation of VTE. +.P +.SH OPTIONS +.TP +.B \-c, --config-file +use the config file provided by this argument instead of the default (~/.svterc) +.TP +.B \-e, --execute +svte will launch indicated program instead of the users default shell. xterm +style. +.TP +.B \-v, --version +print current version +.SH USAGE +svte is completely controlled by the keyboard. The shortcuts are not yet +configurable. +.TP +.B Ctrl + Shift + t +Open a new tab. +.TP +.B Ctrl + Shift + n +Open a new window. +.TP +.B Ctrl + Shift + w +Close current tab, if there is only one tab, close the window +.SH FILES +.TP +.I /home/$USER/.svtrc +The default svte config file that svte will attempt to read. -- cgit v1.2.3