Skip to content

cnsuhao/file-commander

 
 

Repository files navigation

FILE COMMANDER

Join the chat at https://gitter.im/File-Commander/Lobby

Qt-based cross-platform Total Commander-like orthodox (dual-panel) file manager for Windows, Mac and Linux with support for plugins. The goal of the project is to provide consistent user experience across all the major desktop systems.

Windows:  Build status
Linux:        Build Status
macOS:     Build Status

Windows screenshot

Download for Windows

Get the latest release
Windows Vista and later systems are supported (x32 and x64). Windows XP is not supported.

Known Issues

For the list of known issues, refer to the project issues on Github, sort by the "bug" label. Or just use this link.

Reporting an issue

Create an issue on the project's page on Github.

Contributing

Cloning the repository

The main git repository has submodules, so you need to execute the update_repository script (available as .bat for Windows and .sh for Win / Mac) after cloning file-commander to clone the nested repositories. Subsequently, you can use the same update_repository script at any time to pull incoming changes to the main repo, as well as to all the subrepos, thus updating everything to the latest revision.

Building

  • A compiler with C++ 14 support is required.
  • Qt 5.8 or newer required.
  • Windows: you can build using either Qt Creator or Visual Studio for IDE. Visual Studio 2015 or newer is required - v140 toolset or newer. Run qmake -tp vc -r to generate the solution for Visual Studio. I have not tried building with MinGW, but it should work as long as you enable C++ 14 support.
  • Linux: open the project file in Qt Creator and build it.
  • Mac OS X: You can use either Qt Creator (simply open the project in it) or Xcode (run qmake -r -spec macx-xcode and open the Xcode project that has been generated).

About

Qt-based cross-platform Total Commander-like orthodox file manager for Windows, Mac and Linux

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 91.2%
  • QMake 5.0%
  • C 1.9%
  • Batchfile 0.7%
  • Shell 0.5%
  • Inno Setup 0.5%
  • Prolog 0.2%