All Projects → VioletGiraffe → File Commander

VioletGiraffe / File Commander

Licence: apache-2.0
Cross-platform Total Commander-like orthodox file manager for Windows, Mac and Linux

Programming Languages

cpp
1120 projects

Projects that are alternatives of or similar to File Commander

Qtfm
Qt File Manager
Stars: ✭ 73 (-66.2%)
Mutual labels:  file-manager, qt
Pytest Qt
pytest plugin for Qt (PyQt4, PyQt5 and PySide) application testing
Stars: ✭ 210 (-2.78%)
Mutual labels:  qt
Qml Creative Controls
QML controls for creative applications and creative coding
Stars: ✭ 199 (-7.87%)
Mutual labels:  qt
Qtmvvm
A mvvm oriented library for Qt, to create Projects for Widgets and Quick in parallel
Stars: ✭ 205 (-5.09%)
Mutual labels:  qt
Zhihuspider
多线程知乎用户爬虫,基于python3
Stars: ✭ 201 (-6.94%)
Mutual labels:  multi-threading
Qtfirebase
An effort to bring Google's Firebase C++ API to Qt + QML
Stars: ✭ 208 (-3.7%)
Mutual labels:  qt
Possumwood
Possumwood is a graph-based procedural authoring tool, in concept not dissimilar to popular CG packages like Houdini, Blender or Maya. It is intended to serve as a sandbox for computer graphics algorithms and libraries, providing a user-friendly and coding-free UI for libraries that would otherwise be inaccessible for an average user.
Stars: ✭ 197 (-8.8%)
Mutual labels:  qt
Xmly Downloader Qt5
喜马拉雅FM专辑下载器. 支持VIP与付费专辑. 使用Go+Qt5编写(Not Qt Binding).
Stars: ✭ 214 (-0.93%)
Mutual labels:  qt
Stackoverflow
my answers in Stack Overflow
Stars: ✭ 211 (-2.31%)
Mutual labels:  qt
Matplotlib
matplotlib: plotting with Python
Stars: ✭ 14,738 (+6723.15%)
Mutual labels:  qt
Pywebview
Build GUI for your Python program with JavaScript, HTML, and CSS
Stars: ✭ 2,649 (+1126.39%)
Mutual labels:  qt
Leaf
Lightweight Error Augmentation Framework
Stars: ✭ 201 (-6.94%)
Mutual labels:  multi-threading
Qt Aes
Native Qt AES encryption class
Stars: ✭ 207 (-4.17%)
Mutual labels:  qt
Dustracing2d
Dust Racing 2D is a traditional top-down car racing game including a level editor.
Stars: ✭ 199 (-7.87%)
Mutual labels:  qt
Il2cppspy
Unity IL2CPP Disassembler (for apk)
Stars: ✭ 213 (-1.39%)
Mutual labels:  qt
The Forge
The Forge Cross-Platform Rendering Framework PC Windows, Linux, Ray Tracing, macOS / iOS, Android, XBOX, PS4, PS5, Switch, Quest 2
Stars: ✭ 2,710 (+1154.63%)
Mutual labels:  multi-threading
Skillbox Chat
Skillbox demo application for the Python course
Stars: ✭ 86 (-60.19%)
Mutual labels:  qt
Kime
Korean IME
Stars: ✭ 208 (-3.7%)
Mutual labels:  qt
Dbutils
Database connections for multi-threaded environments
Stars: ✭ 212 (-1.85%)
Mutual labels:  multi-threading
Sortfilterproxymodel
A nicely exposed QSortFilterProxyModel for QML
Stars: ✭ 214 (-0.93%)
Mutual labels:  qt

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.

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

Windows Linux macOS
Build status Build Status Build Status

Lines of Code Security Rating Maintainability Rating Bugs Code Smells

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 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++ 17 support is required.
  • Qt 5.12 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).
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].