antiright-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Antiright-devel] antiright Makefile doc/gtkshell.1 doc/gshterm.1


From: Jeffrey Bedard
Subject: [Antiright-devel] antiright Makefile doc/gtkshell.1 doc/gshterm.1
Date: Fri, 09 Mar 2007 22:50:59 +0000

CVSROOT:        /sources/antiright
Module name:    antiright
Changes by:     Jeffrey Bedard <jefbed> 07/03/09 22:50:59

Modified files:
        .              : Makefile 
        doc            : gtkshell.1 
Added files:
        doc            : gshterm.1 

Log message:
        Added gshterm manual page.  Added install target for it to Makefile.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/antiright/Makefile?cvsroot=antiright&r1=1.12&r2=1.13
http://cvs.savannah.gnu.org/viewcvs/antiright/doc/gtkshell.1?cvsroot=antiright&r1=1.6&r2=1.7
http://cvs.savannah.gnu.org/viewcvs/antiright/doc/gshterm.1?cvsroot=antiright&rev=1.1

Patches:
Index: Makefile
===================================================================
RCS file: /sources/antiright/antiright/Makefile,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -b -r1.12 -r1.13
--- Makefile    7 Mar 2007 06:44:47 -0000       1.12
+++ Makefile    9 Mar 2007 22:50:59 -0000       1.13
@@ -62,7 +62,8 @@
        ${INSTALL_DIR} $(man1dir) 
        ${INSTALL_DIR} $(docdir)/antiright
        #${INSTALL_DIR} $(datadir)/antiright 
-       $(INSTALL_DATA) doc/*.1 $(man1dir)
+       $(INSTALL_DATA) doc/gtkshell.1 $(man1dir)
+       $(INSTALL_DATA) doc/gshterm.1 $(man1dir)
        $(INSTALL_DATA) COPYING $(docdir)/antiright
        $(INSTALL_DATA) doc/AUTHORS $(docdir)/antiright
        $(INSTALL_DATA) README $(docdir)/antiright

Index: doc/gtkshell.1
===================================================================
RCS file: /sources/antiright/antiright/doc/gtkshell.1,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- doc/gtkshell.1      9 Mar 2007 22:17:54 -0000       1.6
+++ doc/gtkshell.1      9 Mar 2007 22:50:59 -0000       1.7
@@ -192,4 +192,4 @@
 This  is  free software; see the source for copying conditions.  There is NO 
 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 .SH SEE ALSO
-ACE (1) gtkshell(1) system.antiright(5) X(7)
+ACE (1) gshterm(1) system.antiright(5) X(7)

Index: doc/gshterm.1
===================================================================
RCS file: doc/gshterm.1
diff -N doc/gshterm.1
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ doc/gshterm.1       9 Mar 2007 22:50:59 -0000       1.1
@@ -0,0 +1,56 @@
+.DD March 9, 2007
+.TH gshterm 1
+.SH NAME
+gshterm \- transparent vte-based terminal emulator
+.SH SYNOPSIS
+.B gshterm
+.B [[-f
+font
+.B ] [-g
+geometry
+.B ] [-s
+font_size
+.B ]][-e
+command
+.B [
+arguments
+.B ]]
+.SH DESCRIPTION
+.I gshterm
+is a vte-based terminal emulator.  It supports pseudotransparency and
+antialiased fonts by default.  Additionally, the command execution 
specification
+is improved over that of the vte program.  Improved command line handling 
+was the primary motivation for writing 
+.I gshterm.
+Other an appealing visual display of pseudotransparency and antialiased fonts,
+the user interface is quite simple.  This means that there are no extraneous
+features such as configuration files, terminal multiplexing, or scroll bars.
+It is quite useful for hosting screen sessions, if you desire multiplexing of
+shell sessions.
+.SH OPTIONS
+.TP
+.B \-f font
+Specify either a font name or font string, in fontconfig format, to use for the
+terminal widget.
+.TP
+.B \-s size
+Specify a font size, if only a font name was specified in the
+.B \-f
+option.
+.TP
+.B \-g geometry
+Specify the application geometry.
+.TP
+.B \-e command [args]
+Execute a command in terminal, with optional
+.B args.
+.SH AUTHORS
+gshterm was written by Jeffrey Bedard <address@hidden>.  
+.SH REPORTING BUGS
+Report bugs to <address@hidden>
+.SH COPYRIGHT
+Copyright 2007, Jeffrey E. Bedard
+This  is  free software; see the source for copying conditions.  There is NO 
+warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+.SH SEE ALSO
+ACE (1) gtkshell(1) system.antiright(5) X(7)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]