ManOpen


Overview

ManOpen is a MacOS X GUI application for viewing Unix manual pages, which are the standard documentation for Unix command line programs, programmer libraries, and other system information. It can open files directly or be given titles, in which case it will display the output from the `man' command-line program. An apropos interface is also provided, which is basically a quick-and-dirty search of the man page databases. Services are provided to other applications to open selected files/titles or do apropos searches using the selected text.

ManOpen can be useful for opening a man page without dropping down to the command line, browsing and searching through long and complex man pages, or simply for printing them out.

Also included is an `openman' command line tool, which is similar to man except it will display the man pages in ManOpen.app instead of directly to the terminal.

Screenshots

Well, one screenshot anyways. There is a small version (about 33K) and a full-size version (about 106K).

Installation

There are versions for MacOS X, MacOS X Server 1.2, and OPENSTEP/Mach machines. Source code is also available.

To install the app, first unpack the distribution. Two forms are provided; a .dmg disk image which should just be double-clickable (easiest), and a .tar.gz archive. The easiest way to unpack the .tar.gz distribution is by using Scott Anguish's OpenUp application, which if you don't have already is available at stepwise.com. Alternatively, it can be unpacked at the command line: cd to the directory where the ManOpen distribution was downloaded, and type   gnutar xzf ManOpen-2.5.X.b.tar.gz

Unpacking the distribution should create a directory with a README, the ManOpen application, the openman command-line tool, and openman's man page (openman.1).

Place the application in one of the standard Application directories, such as /Applications, /Network/Applications, or ~/Applications. If you want to install the openman tool, put it in one of the directories in the Unix $PATH, such as /usr/local/bin or ~/bin. Put its openman.1 man page in a standard man page directory, such as /usr/local/man/man1.

Download

The current version is 2.5.

Version History

Version 2.5, May 2005

Version 2.4, March 2003

Version 2.3.2, October 2001

Version 2.3.1, October 2001 (MacOS X-only release)

Version 2.3, April 2001

Version 2.2, December 2000

Version 2.1, October 2000

Version 2.0, October 1999

Feedback

I'm always interested in bug reports, suggestions, comments, or any other feedback (and I'd like to thank all those who have written in so far). I can be reached at lindberg@clindberg.org.