- 论坛徽章:
- 0
|
Total Commander for linux
Is there a Linux version?
Unfortunately not. Because of problems with porting of Total
Commander to Linux, the Linux version had to be delayed indefinitely.
A recommended file manager for Linux is
Krusader
.
But if you do not need a native Linux Total Commander you can use the Windows version with
wine
.
See
Total Commander under Wine
for a small tutorial.
Linux 工具: 檔案總管 Gnome Commander
Windows 上就很喜歡 Total Commander 的檔案總管方式, 在 Linux 也有, 就是 Gnome
Commander, 已經注意它很久了, 最主要是之前中文檔名無法顯示而放棄它, 沒想到這次升級 Ubuntu 後, Gnome
Commander 打開來看, 中文一切正常.... 推薦使用~~ :)
安裝方法:
apt-get install gnome-commander
在打開 Gnome Commander 後, 我做了以下幾個設定:
設定 -> 選項 -> Programs 修改如下:
- Viewer: mousepad %s
- 編輯器: gvim %s
- 對檔案按 F3 是檢視, 對檔案按 F4 就是用 gvim 開啟編輯
設定 -> 選項 -> Layout 修改如下:
- Color scheme: 現代
- 勾選 Colorize files according to the LS_COLORS environment variable
在設定裡面, 覺得不夠的, 可以直接編輯 $HOME 的 .gnome2 目錄下, 有兩個檔案:
- gnome-commander
- gnome-commander-size
這樣子就很好用囉 :)
PS: 在列表想要打 s 就到 s 開頭的檔案, 要 Ctrl+Alt+s 才可以, 直接打 s 會到最下面命令列去.
本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u1/39518/showart_1860845.html |
|