0.INTRODUCTION

What is the Minnu's Filer2? It's a two pane file manager under UNIX console.

mfiler2 DOWNLOAD

1. INSTALL


tar xvfz mfiler2.tgz
cd mfiler2-version
make

if your OS is Solaris8,9,10 make -f makefile.Solaris8,9,10
if your OS is NetBSD make -f makefile.NetBSD

mfiler and mattr will be created

set $EDITOR, $PAGER, $SHELL

copy mfiler and mattr to directory which is included in $PATH. ( /usr/bin, /usr/local/bin, $HOME/bin, etc)
copy .mfiler-OS to home directry and rename .mfiler-OS to .mfiler

2. USAGE


Hit ? key then you can view the usage

UP, CTRL-P                        move cursor up
DOWN, CTRL-N                      move cursor down
LEFT, CTRL-B                      move cursor left
RIGHT, CTRL-F                     move cursor right
<, CTRL-A                         move cursor top
>, CTRL-E                         move cursor bottom
PAGEUP, CTRL-U                    move cursor 5 up
PAGEDOWN, CTRL-D                  move cursor 5 down
BACKSPACE, CTRL-H                 move to parent direcotry
Meta + Left                       move to previous directory
\                                 move to root directory
~                                 move to home directory
ENTER                             run cursor file(insert directory)
q                                 quit the Minnu's Filer
CTRL+L                            redraw the screen
c                                 copy file
d                                 move file to $HOME/mtrashbox
e                                 edit file(run $EDITOR)
v                                 view file(run $PAGER)
r                                 rename
a                                 open attribute menu
n                                 make new file
k                                 make new direcotry
p                                 compression
b                                 backup
i                                 info
g                                 grep
f                                 file mask settings
s                                 open sort and view menu
w                                 copy direcotry path
o                                 exchange two directories
j                                 jump directory
l                                 change directory with cmdline
@                                 extra file menu
CTRL-C                            copy a file under cursor or mark files
CTRL-X                            cut a file under cursor or mark files
CTRL-V                            past files
/                                 toggle incremental search
h                                 switch command line mode
x                                 run a command with file under cursor
:                                 run shell($SHELL)
z                                 next command will be runned with xterminal
SPACE                             mark file under cursor
HOME                              mark all files
END                               mark all files without directory
CTRL + T                          clone new tab
CTRL + W                          remove current tab
CTRL + I (tab)                    change current tab
Daisuke Minato minato.daisuke@gmail.com