Skip to content

FunKey-Project/commander

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DinguxCommander

DinguxCommander 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:

  • Copy, move and delete multiple files.
  • View a file
  • Execute a file
  • Rename a file or directory
  • Create a new directory
  • Display disk space used by a list of selected files/dirs
  • Display disk information (used, available, total)

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 FunKey S, run:

TOOLCHAIN=<path to toolchain> ./build.sh funkey-s

The package will be built at build-funkey-s/commander-funkey-s.opk.

To build for the host system, run:

./build-host.sh

Controls

  • D-pad Move
  • L/R Page up/page down
  • A For a directory: open For a file: view or execute
  • B Go to parent directory / cancel
  • Y System actions: - Select all items - Select no items - Create new directory - Display disk information - Quit program
  • X Actions on selected items: - Copy to destination directory - Move to destination directory - Rename (appears only if 1 item is selected) - Delete - Display disk used
  • L Go to the top of the current page. Keep pressed to scroll up quickly
  • R Go to the bottom of the current page. Keep pressed to scroll down quickly
  • SELECT Select highlighted item. Selected items are displayed in red.
  • START Open highlighted directory in destination panel. If a file is highlighted, open current directory in destination panel.

Credits

Homepage: http://beyondds.free.fr/ Development: Mia Font: Beycan Çetin

About

Dual pane file manager

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 60.9%
  • C 20.7%
  • CMake 16.8%
  • Shell 1.6%