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
./configure
make
make install

set $EDITOR, $PAGER, $SHELL

2. USAGE

mfiler
Hit ? key then you can view the usage

UTRL-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
C                                 cp prgoram
m                                 move file
M                                 mv prgoram
d                                 move file to $HOME/mtrashbox
D                                 delete file
e                                 edit file(run $EDITOR)
E                                 edit new file
l                                 make symbolic link
v                                 view file(run $PAGER)
r                                 rename
a                                 open attribute menu
n                                 make new file
k                                 make new direcotry
p                                 compression
u                                 unpack
b                                 backup
i                                 info
g                                 grep1
G                                 grep2
f,/                               incremental search
F                                 find
s                                 open sort and view menu
o                                 copy direcotry path
O                                 copy direcotry path2
w                                 exchange two directories
j                                 change directory with cmdline
J                                 change dircetory with menu
@                                 sudo menu
_                                 extra 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
CTRL-Z                            undo
h                                 switch command line mode
x                                 run a command with file under cursor
:                                 run shell($SHELL)
z                                 next command will be runned with xterminal
*                                 glob mark
SPACE                             mark file under cursor
HOME                              mark all files
END                               mark all files without directory
CTRL + T, CTRL + N                clone new tab
CTRL + W                          remove current tab
CTRL + I (tab)                    change current tab
0-9                               return pty
Daisuke Minato minato.daisuke@gmail.com