OFM - Open File Manager
-----------------------

If you want to help us, please refer to this addresses. You can also send bugreports & donations ;-).

Website: http://ofm.sysfault.org
Bugtraq: http://savannah.nongnu.org/bugs/?group=ofm
CVS:     http://savannah.nongnu.org/cgi-bin/viewcvs/ofm/

The whole project is published thru the GPL. Read COPYING for details.


Compilation
-----------

Preface:
--------

If you use another compiler than gcc, change the GCC-variable
to your compiler in the Makefile.

Specify 

	with-editor=yes 

for builtin editor/viewser support of ofm.

Type 
  
	make editor
  
to buld and install only the editor. 


Linux:
------

First make sure you have the ncurses library installed. 
If not you can get it at ftp://ftp.gnu.org/gnu/ncurses/.

For the program installation itself just type 

	make

and drink a coke (the compilation is too short to drink a coffee ;-)). 
Now type make install and specify a prefix like

	make prefix=/usr/local [with-editor=yes] install 
 
for installation  of ofm in /usr/local/bin.

*BSD
----

You need the gnu make, BSDs own make could work, too, but is not recommended.
Just change the MAKE-variable to gmake in the Makefile. 

Use that instead of make (mostly gmake) and follow the steps as shown in 
'Linux'.

MacOS
-----

If you are using MacOS, please remove -L/lib/ from the LIBS in the
Makefile.
See 'Linux' for the all other stuff.


Last:
Happy browsing thru your disks ;-).


Usage
-----

This is a list of the current functions / features:

INS,*       - SELECT/INVERSE
1,2,3       - NUMBER OF COLUMNS
F2          - SHOW CLOCK
F5          - COPY TO
F7          - CREATE A DIRECTORY
F8          - DELETE 
F9          - MENU
CTRL-n      - RENAME
CTRL-r      - DIRECTORY RE-READING
CTRL-u	    - CHANGE SORT MODE (UNSORTED/BY NAME/BY NAME - DIRS FIRST/BY SIZE)
HOME/END    - SELECT FIRST/LAST FILE IN DIRECTORY
CTRL-x	    - QUIT
CTRL-o	    - SWITCH TO/FROM SUBSHELL
CTRL-a	    - ADD TO BOOKMARKS' DIR
CTRL-b	    - SWITCH TO BOOKMARKS' DIR
