• R/O
  • HTTP
  • SSH
  • HTTPS

Source Tree

标签
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

mfiler4のgitリポジトリ


名称 大小 Rev. 时间 作者 Log Message
man
src
AUTHORS 25 f375ffa 2012-10-26 21:22:25 ab25q v1.0.0 release
CHANGELOG 5.04 k 3ce3860 2012-12-22 13:23:34 ab25cq 1.0.6 release
LICENSE 1.03 k f375ffa 2012-10-26 21:22:25 ab25q v1.0.0 release
Makefile.in 2.94 k f375ffa 2012-10-26 21:22:25 ab25q v1.0.0 release
README 2.61 k 1c9d246 2012-12-13 17:59:33 Minato Daisuke README
README.ja 9.83 k 1c9d246 2012-12-13 17:59:33 Minato Daisuke README
TODO 0 673543f 2012-11-15 16:11:30 U-GATEWAY-DESKTOP\minato TODO
USAGE.ja.txt 10.4 k eb458fd 2012-12-13 17:26:14 ab25q v1.0.4c release
USAGE.txt 4.39 k eb458fd 2012-12-13 17:26:14 ab25q v1.0.4c release
configure 187.3 k ce5d56b 2012-12-13 17:54:16 Minato Daisuke 1.0.4d
configure.in 6.38 k ce5d56b 2012-12-13 17:54:16 Minato Daisuke 1.0.4d
install.sh 2.14 k f375ffa 2012-10-26 21:22:25 ab25q v1.0.0 release
mfiler4.xyzsh 40.66 k 3ce3860 2012-12-22 13:23:34 ab25cq 1.0.6 release

README

mfiler4

This program is a 2pain file manager with a embedded shell scripting system "xyzsh" under linux, OSX, cygwin, and FreeBSD.

Attension
    Use this on your responsibility. I can't take the responsibility on your works with this program. 

How do I compile this?
    Before compiling, you need to resolve the dependencies which mfiler4 used.

    mfiler4 depends on gcc, GNU make, libc, libm, libncurses(w), libreadline, libxyzsh which is a embedded shell scripting system, oniguruma which is a regex library. Optionary if you are japanese, you can use C/Migemo for ro-maji completion.
    After installed thise, type below commands on your shell.

    ./configure --with-optimize
    make
    sudo make install

    or

    ./configure --with-optimize
    make 
    su
    make install

    As default, the make program will install xyzsh at /usr/locall.

    the configure options are 

    --prefix --> installed directory.
    --with-migemo --> enable C/Migemo
    --with-optimize --> enable optimize code. 
    --with-onig-dir --> oniguruma installed directory which is prefix of oniguruma.
    --with-migemo-dir --> C/Migemo installed directory
    --with-system-migemo-dir --> C/Migemo dictonary directory
    --with-xyzsh-dir xyzsh installed directory which is prefix of xyzsh.
    --with-debug --> use debug mode. you can detect memory leaks and debug with gdb.
    --with-gprof-debug --> use gprof debug mode. you can profile mfiler4 with gprof

used files by mfiler4
    /usr/local/bin/mfiler4 the program
    /usr/local/bin/mattr sub program
    /usr/local/etc/mfiler4.xyzsh mfiler4 setting source file
    /usr/local/share/doc/mfiler4/USAGE.ja.txt Documents
    /usr/local/share/doc/mfiler4/USAGE.txt
    /usr/local/share/doc/mfiler4/README.ja
    /usr/local/share/doc/mfiler4/README
    /usr/local/share/doc/mfiler4/CHANGELOG
    /usr/local/share/man/man1/mfiler4.1 man file
    ~/.mfiler4/ mfiler4 config directory
    ~/.mfiler4/jump mfiler4 jump menu file
    ~/.mfiler4/stat mfiler4 stat file
    ~/.mfiler4/trashbox/ mfiler4 trash box directory
    ~/.mfiler4/mfiler4.xyzsh --> a source user setting file. mfiler4 read this asfter /usr/local/etc/mfiler4.xyzsh
    ~/.xyzsh/xyzsh.xyzsh --> a source user setting file. xyzsh read this after /usr/local/etc/xyzsh.xyzsh
    ~/.xyzsh/history --> a command line history file
    ~/.xyzsh/macro --> macro which is runned by typing C-x on command line uses this file
    ~/.xyzsh/jump --> jump inner command uses this file
    ~/.xyzsh/menu --> menu inner command uses this file
    ~/.xyzsh/program --> program lists for omiting sys:: prefix for external program

USAGE
    when running mfiler4, hit ?