od-contrib / commander

Dual pane file manager
MIT License
16 stars 15 forks source link

OD Commander is forked from DinguxCommander which is a file manager for RetroFW. It uses two vertical panels side by side, one being the source and the other the destination, like many 'commander-style' file managers such as Norton Commander or Midnight Commander.

DinguxCommander allows to:

Controls

Settings

For instance to change the UI/font size on e.g. Steam Deck create a file called commander.cfg in ~/.config/ (also called $HOME/.config/) with these settings in it:

disp_autoscale_dpi=0
disp_ppu_x=2.5
disp_ppu_y=2.5

You can find other settings in this source file: https://github.com/od-contrib/commander/blob/079a84c8a8cc25e1899cb11bcfce8e9e2ed9fca9/config.h

Building

To build for RetroFW, run:

BUILDROOT=<path to buildroot> ./build.sh retrofw

To build for RG350/GKD350h, run:

BUILDROOT=<path to buildroot> ./build.sh rg350

The package will be built at build-retrofw/commander.ipk.

To build for the host system, run:

./build-host.sh

DinguxCommander credits