Due to deficit of the project's author's free time, the development of FC slows until, at least, the summer of 2015. The project doesn't dead.
A customizable and extendable cross-platform two-panel file manager - The File Commander.
The File Commander can be downloaded as sources (it's the preferable way) from this repository and then compiled, or can be downloaded as a 7z archive from Yandex.Disk. Note that the FC requires .NET Framework 4/4.5 being installed (pre-installed on Windows 8 and available for Windows XP and later) or Mono Runtime. Users of Ubuntu/other Debian-based distributions are able to install File Commander from PPA:
deb http://ppa.launchpad.net/keks9n/fcmd/ubuntu trusty main
deb-src http://ppa.launchpad.net/keks9n/fcmd/ubuntu trusty main
Add these repositories, update APT cache and install the "fcmd" package.
Please note that the FC is in the early stage of development and has many bugs. We give no warranty on the safety of your data or installed software. Use this at your own risk.
The File Commander has Russian and English lanugage files, you may select your own preferred language in the Settings window.
New contributions are welcome! For full info, see the README-DEV.md file.
System requirements: Windows XP or newer, Linux or Mac; Microsoft .NET Framework v4.X or Mono Runtime 3.2+. GTK# 3 is required if you're using Linux or BSD environment.
$ git clone https://github.com/atauenis/fcmd.git
The XWT Widget Toolkit, the FC user interface library, supporting both popular versions of GIMP ToolKit Plus (GTK+), 2.x and 3.x. The latest, third release of GTK+, released few years ago, supporting many cool features like window transparency and GNOME Shell support. Also, XWT has some strange bugs, that appearing only with GTK 2 and which does not appear with GTK 3. The GTK+ 3 is pre-installed in all fresh releases of all common Linux distributions. It's the reason why FC uses GTK 3.0 as the backend on *nix systems.