GMAN(1x) | GMAN(1x) |
gman - GTK+ based front-end for man, a good replacment for xman.
gman
Gman is a front-end for the manual page system. gman builds a database of all the available man pages and displays them in a list. Clicking on an entry in the list makes gman launch another window with the manual page displayed in it.
Gman can launch more than one window at same time. The user can use the index/key word search function to look for the man pages that they need.
It is simple, but it is useful.
There are no command line options for gman, for now.
Currently gman has 4 different modes to present the man pages, available as the following items in the View menu:
You can add the following line to your ~/.gman file in order to select the preferred X terminal emulator:
This requires GhostView (command "gv") to be available on your system.
This requires GNOME Evince (command "evince") to be available on your system.
This requires man2html and web browser (command "sensible-browser") to be available on your system.
This requires man2html, web browser (command "sensible-browser") and a HTTP server running on localhost.
v_size = 400
h_size = 300
xterm_command = rxvt
show_warning = 0
man_paths = /usr/local/man:/usr/local/share/man:/usr/share/man
For more information, see init_context() function in gman.c for all the options avialiable.
~/.gman is read by gman on startup, and written on exit.
Gman was written by a smart guy named Xinkai Wang <aakwxk@hotmail.com>.
Home page of gman is at:
http://homex.coolconnect.com/user/xkwang/gman/
May 2002 | Gman |