Aim of this project it to provide file-manager as close to MidnightCommander (MC) as possible with GTK-ui. Project is in developement stage. Everyone is welcome to participate.
- keep keybindings as close to MC as possible
- Do every operation asynchrionously no ui blocking
What features should version 1.0 have
- Browsing files async
- Quick Search
- Copying / Moving
- Directory creation
- Quick View
- Colouring based on mc.ini
- Find option
- Configuration window: categories on the left searchable, modfied panels become marked blue on left
Build requires gtkmm-3.0
cmake -E make_directory build
cmake -DCMAKE_BUILD_TYPE=Release
cmake --build . --parallel --config Release