open version 1.0
by Kurt Weber

kmw@rowsw.com
VN: (812)386-1193
Snail Mail:
R.R.2 Box 315
Princeton, IN 47670-9633
USA

See LICENSE for licensing information; note that the license 
applies to anything in this package.

	To install, simply type:
	make
	make install
	make installMan
	make clean

The docs directory is empty for now; everything is contained in this file.  
Maybe later (if I feel like it) I'll put something in there, but right now 
it's just a placeholder for what I might do later if I feel like it.

To add to the list of recognized file types, simply add a line in 
/etc/open.conf with the filename extension (without the period), any 
amount of whitespace, and the command line for the program to open it 
with.  To open a file, at the command prompt type:

open FILENAME [PROGARGS]

where PROGARGS are any arguments to be passed to the program that will 
read the file outside of those specified in /etc/open.conf.

There are no comments in /etc/open.conf; I may fix that later.  This is 
just something I put together tonight to make it easier to 
open certain file types.

For a generic setup, simply copy the open.conf file in the conf 
subdirectory to /etc/open.conf and you're all set.

If you look at the code, it's kinda dirty and obfuscated, and the way I 
did some things probably isn't the best way.  If you want, feel free to 
submit a better way to do it (that's what open source is all about, after 
all).  Again, I just put this together tonight to make life a little 
easier.
