MCPcopy Create free account
hub / github.com/VioletGiraffe/file-commander

github.com/VioletGiraffe/file-commander @0.9.9.7

Chat with this repo
repository ↗ · DeepWiki ↗ · release 0.9.9.7 ↗ · + Follow
1,438 symbols 3,654 edges 214 files 127 documented · 9% updated 6d ago0.9.9.7 · 2026-04-25★ 44280 open issues

Browse by type

Functions 1,151 Types & classes 287
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

FILE COMMANDER

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

CI

CodeFactor Codacy Badge

Windows screenshot

Download for Windows

Get the latest release
Windows Vista and later systems are supported, x64 only (but older releases supported x86). 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 Linux / 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++20 support is required.
  • Build with Qt 6.8 or newer.
  • Windows: you can build using either Qt Creator or Visual Studio for IDE. Visual Studio 2022 or later is required (v143 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++20 support.
  • Linux: cd to directory with project, run qmake -r to generate Makefile and build via make -j. Make sure it's qmake from Qt 6 installation and not Qt5 (usually qmake6 -r works to ensure that).
  • 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). Or you can build from command line with qmake -r followed by make -j.

See the Github workflow .yml file for reference on building the project.

Core symbols most depended-on inside this repo

Shape

Method 934
Class 260
Function 217
Enum 27

Languages

C++100%

Modules by API surface

3rdparty/ankerl/unordered_dense.h151 symbols
qt-app/src/cmainwindow.cpp56 symbols
plugins/viewer/textviewer/3rdparty/diegoiast/qutepart-cpp/qutepart.h51 symbols
qt-app/src/panel/cpanelwidget.cpp50 symbols
plugins/viewer/textviewer/3rdparty/diegoiast/qutepart-cpp/hl/rules.h48 symbols
file-commander-core/src/ccontroller.cpp41 symbols
file-commander-core/src/cfilesystemobject.cpp36 symbols
plugins/viewer/textviewer/src/clightningfastviewer.cpp33 symbols
plugins/viewer/textviewer/3rdparty/diegoiast/qutepart-cpp/hl/loader.cpp32 symbols
file-commander-core/src/fileoperations/coperationperformer.cpp31 symbols
file-commander-core/src/cpanel.cpp30 symbols
plugins/viewer/textviewer/3rdparty/diegoiast/qutepart-cpp/hl/rules.cpp26 symbols

For agents

$ claude mcp add file-commander \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page