於 Freshmeat 看到 muCommander
, 先看看 Screenshots, 感覺蠻漂亮的~ 馬上就安裝來用囉~
簡介
來簡介一下此 Commander: muCommander, 跨平台的檔案總管, 光看下載的檔案就有 Support Windows/Linux/Debian/OS X/BSD .. 等.(應該是 Java Support 的都能支援吧~)
此 Commander 主打如下:
- Virtual filesystem with local volumes, FTP, SFTP, SMB, NFS, HTTP and Bonjour support
- Quickly copy, move, rename files, create directories, email files...
- Browse, create and uncompress ZIP, TAR, GZip, BZip2, ISO/NRG, AR/Deb and LST archives
- ZIP files can be modified on-the-fly, without having to recompress the whole archive
- Universal bookmarks and credentials manager
- Multiple windows support
- Full keyboard access
- Highly configurable
- Available in 20 languages : American & British English, French, German, Spanish, Czech, Simplified & Traditional Chinese, Polish, Hungarian, Russian, Slovenian, Romanian, Italian, Korean, Brazilian Portuguese, Dutch, Slovak, Japanese and Swedish. (重點就是 支援繁體中文)
- Free Software (GPL)
對我比較有吸引力的是 Full keyboard access 和 Languages support, 另外就是比較漂亮, 有多種 Theme 可以挑選~
缺點是開啟的速度比較慢(他會秀 Logo 再開啟, 比 Gnome Commander 大概慢個 1~2秒)
使用上, 他的快速鍵設計 還蠻好用的, 不過 介面上沒有看到可以修改快速鍵的地方, 但是在 ~/.mucommander/action_keymap.xml
看起來是快速鍵的設定檔, 應該可以於此做修改.
安裝步驟(Ubuntu/Debian)
- 於 muCommander Download 下載(下載 Debian Package, Ubuntu 也可直接安裝使用)
- dpkg -i mucommander_x.x.x_all.deb
- mucommander 即可執行
常用快速鍵(其它快速鍵和一般 Commander 都類同)
- Alt + Shift + H 顯示/隱藏 隱藏檔顯示切換
- Ctrl + E 另一邊的目錄切成跟目前目錄一致
- Ctrl + G 快速切換路徑(自行輸入路徑)
- Alt + G 可以快速切換到 Mount 進來的目錄 (需使用英文模式才能用, 中文模式 Toolbar那列的快速鍵就失效了)
修改 F4 的預設編輯器
步驟如下:(參考自: muCommander forums - External F4 (or Ctrl-F4) editor)
- vim ~/.mucommander/preferences.xml
- 修改設定參數
找到
<editor>
<use_custom>false</use_custom>
</editor>
改成
<editor>
<use_custom>true</use_custom>
<custom_command>/usr/bin/gvim $f</custom_command>
</editor>設定的變數如下:
- $f: will be replaced by the selected file's full path.
- $p: will be replaced by the selected file's parent.
- $n: will be replaced by the selected file's name.
- $j: will be replaced by the JVM's current directory.