• Stars
    star
    379
  • Rank 113,004 (Top 3 %)
  • Language
    C++
  • License
    Apache License 2.0
  • Created over 10 years ago
  • Updated 2 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Cross-platform Total Commander-like orthodox file manager for Windows, Mac and Linux

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 (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++20 support is required.
  • Qt 5.12 or newer required (currently tested with 5.15.2 and 6.2.2).
  • Windows: you can build using either Qt Creator or Visual Studio for IDE. Visual Studio 2022 or newer 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.
  • 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.

More Repositories

1

cppcheck-vs-addin

Visual Studio integration for cppcheck, an open-source static code analyzer for C++
C#
414
star
2

FasterThanSight

Desktop speed reading software for Windows, Mac and Linux
C++
73
star
3

github-releases-autoupdater

A C++ library for update checking and automatic updating of the software distributed via GitHub releases
C++
49
star
4

qtutils

A collection of various Qt-based classes and code snippets
C++
21
star
5

UEFI-Bootloader

A simple UEFI bootloader written in C++17 that does not need any third-party support code like Tianocore EDK or gnu-efi; only needs a handful EFI standard definitions that are provided by a sub-module.
C++
19
star
6

UEFI-CPP-headers

Some basic UEFI definitions and symbols exactly as definied by the UEFI spec, in a form of C++ headers to be used for writing C++ UEFI applications.
C
13
star
7

cpp-template-utils

A header-only C++ library that augments the standard library with useful code snippets
C++
12
star
8

desktop-wallpaper-switcher

A Win / Linux / Mac OS tool for managing and cycling desktop wallpapers
C++
12
star
9

text-encoding-detector

A Qt-based class for detecting the encoding of binary data assuming it is a text, and converting it to QString properly.
C++
12
star
10

cpputils

A collection of various C++ utility classes
C++
9
star
11

cpuid-parser

Single-header library and sample code to obtain and parse CPUID
C++
8
star
12

ShaderPlayground

A desktop tool for live-editing fragment shaders. Compatible with shadertoy.com.
C++
4
star
13

image-processing

C++
3
star
14

memkv

Hyper speed in-memory key-value storage*
C++
3
star
15

RamBench64

Cross-platform RAM speed benchmark
C++
3
star
16

Fractals

An application for visualizing various fractals
C++
2
star
17

PaletteAnalyzer

A tool for generating color palettes based on image files
C++
2
star
18

AudioWaveformToneGenerator

C++
2
star
19

GPS

C++
2
star
20

thin_io

A lightweight cross-platform file library based directly on the native system API
C++
2
star
21

EmbeddedLinpack

Linpack benchmark for embedded systems (Arduino, ESP32 et. al.)
C++
2
star
22

TETRIS-for-DOS

A simple recreation of Tetris game for DOS (MS-DOS, FreeDOS, DOSBox)
QMake
2
star
23

PrimitiveCameraViewer

Displays live image from a Windows camera device (USB camera, web camera, video capture card etc.)
C++
1
star
24

SimpleCameraViewer

Displays the live image from a Windows camera device (DirectShow etc.)
C++
1
star
25

CAN-bus-decoder-8266

C++
1
star
26

libcurl-cpp

Yet another C++ wrapper for libcurl
C++
1
star
27

Arduino-PlatformIO-Project-Template

C++
1
star
28

MicroWidgets

Lightweight GUI library for lightweight computing systems
C++
1
star
29

VioletGiraffe

1
star
30

myhtml-pp

C++/Qt wrapper for myhtml library (https://github.com/lexborisov/myhtml)
C++
1
star
31

AudioGenerator

Simple Arduino-based audio waveform generator device
C++
1
star
32

VioletGiraffe.github.io

HTML
1
star
33

cpp-db

C++
1
star
34

Oscilloscope-Arduino

A portable oscilloscope device based on Arduino Due
C++
1
star
35

Signal-Generator-Arduino

An arbitrary signal / waveform generator based on Arduino Due
C++
1
star
36

PUP-killer

A tiny resident Windows program for klling potentionally unwanted programs (PUP) on sight
C++
1
star
37

arduino-utils

C++
1
star
38

graphics-benchmark-arduino

C
1
star
39

Temperature-Display-NTC

Reads the resistance of an NTC temperature sensor and displays the corresponding temperature on a screen
C++
1
star
40

embeddedUI

Embedded UI library for the Arduino framework
C++
1
star
41

GPS-Server

A TCP server that listens to the locally connected GPS receiver and translates its incoming data over the network.
QMake
1
star
42

GiraffeChess

A simple chess engine in C++
C++
1
star
43

ArduinoClock

Objective-C
1
star
44

AIMP4-skin-for-small-touchscreens

A skin for AIMP4 Windows music player that makes it more usable on small screens and touch screens.
1
star