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

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

Website:    http://ofm.sourceforge.net/
CVS:        http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ofm    

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


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

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 install'
for installation in of ofm in /usr/local/bin)
Happy browsin' 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
