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, mattr, mcompile, mgrep, and mhitanykey will be created
set $EDITOR, $PAGER, $SHELL
copy mfiler, mattr, mcompile, mgrep and mhitanykey 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
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
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 dircetory with menu
l change directory with cmdline
@,_ 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 clone new tab
CTRL + W remove current tab
CTRL + I (tab) change current tab
0-9 return pty
Daisuke Minato minato.daisuke@gmail.com