个人工具

“UbuntuHelp:Filer”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
(新页面: {{From|https://help.ubuntu.com/community/Filer}} {{Languages|UbuntuHelp:Filer}} [http://blog.perldude.de/projects/filer/ Filer] is a small, fast and efficient file-manager written in Perl...)
 
第2行: 第2行:
 
{{Languages|UbuntuHelp:Filer}}
 
{{Languages|UbuntuHelp:Filer}}
 
[http://blog.perldude.de/projects/filer/ Filer] is a small, fast and efficient file-manager written in Perl using Gtk2.
 
[http://blog.perldude.de/projects/filer/ Filer] is a small, fast and efficient file-manager written in Perl using Gtk2.
 
 
http://photos21.flickr.com/27943952_7876d65b52.jpg
 
http://photos21.flickr.com/27943952_7876d65b52.jpg
 
== Features ==
 
== Features ==
第15行: 第14行:
 
* Search
 
* Search
 
* It’s fast :)
 
* It’s fast :)
 
 
== Requirements ==
 
== Requirements ==
 
There are some perl modules needed. I've found a nice [http://www.picpix.com/doc/manual/install.perl.html homepage] with perl module installation description.
 
There are some perl modules needed. I've found a nice [http://www.picpix.com/doc/manual/install.perl.html homepage] with perl module installation description.
 
 
=== We need to run CPAN ===
 
=== We need to run CPAN ===
 
<pre><nowiki>
 
<pre><nowiki>
 
perl -MCPAN -e shell
 
perl -MCPAN -e shell
 
</nowiki></pre>
 
</nowiki></pre>
 
 
Then we have to remove the mirror (my default one was down)
 
Then we have to remove the mirror (my default one was down)
 
<pre><nowiki>
 
<pre><nowiki>
第32行: 第28行:
 
o conf urllist push ftp://ftp.cs.colorado.edu/mirrors/CPAN/ (or another mirror)
 
o conf urllist push ftp://ftp.cs.colorado.edu/mirrors/CPAN/ (or another mirror)
 
</nowiki></pre>
 
</nowiki></pre>
 
 
=== Install the needed modules ===
 
=== Install the needed modules ===
 
<pre><nowiki>
 
<pre><nowiki>
 
install Bundle::CPAN
 
install Bundle::CPAN
 
</nowiki></pre>
 
</nowiki></pre>
 
 
then we have to install all needed modules:
 
then we have to install all needed modules:
 
<pre><nowiki>
 
<pre><nowiki>
第47行: 第41行:
 
ExtUtils::PkgConfig
 
ExtUtils::PkgConfig
 
</nowiki></pre>
 
</nowiki></pre>
 
 
== Download Filer ==
 
== Download Filer ==
 
You can download the latest version from [http://blog.perldude.de/projects/filer/ here]
 
You can download the latest version from [http://blog.perldude.de/projects/filer/ here]
 
 
== Installation of Filer ==
 
== Installation of Filer ==
 
<pre><nowiki>
 
<pre><nowiki>
第56行: 第48行:
 
sudo make install
 
sudo make install
 
</nowiki></pre>
 
</nowiki></pre>
 
 
== Start Filer ==
 
== Start Filer ==
 
You can start filer simply by:
 
You can start filer simply by:

2007年11月30日 (五) 17:13的版本

Filer is a small, fast and efficient file-manager written in Perl using Gtk2. 27943952_7876d65b52.jpg

Features

  • Two pane and MS Explorer like view modes.
  • Drag and Drop
  • Keybord Shortcuts
  • right-click context menu
  • MIME-Type support - associate icons and applications!
  • Support for tar, tar.gz, tar.bz2 and zip archives
  • Open archives like folders
  • Bookmarks
  • Search
  • It’s fast :)

Requirements

There are some perl modules needed. I've found a nice homepage with perl module installation description.

We need to run CPAN

perl -MCPAN -e shell

Then we have to remove the mirror (my default one was down)

o conf urllist pop

Now we can define a new one

o conf urllist push ftp://ftp.cs.colorado.edu/mirrors/CPAN/ (or another mirror)

Install the needed modules

install Bundle::CPAN

then we have to install all needed modules:

File::BaseDir
File::MimeInfo
Stat::lsMode
File::DirWalk
ExtUtils::Depends
ExtUtils::PkgConfig

Download Filer

You can download the latest version from here

Installation of Filer

untar the archive
sudo make install

Start Filer

You can start filer simply by:

filer