Skip to content

Commands

BoettcherDasOriginal edited this page May 28, 2022 · 7 revisions

Default Commands

LeoConsoleExample

Further information


rmtrash

Removes a file or directory to the recycle bin: data/trash/

Usage

  • rmtrash 'Path' -> deletes the given file or directory
  • rmtrash 'Path1' 'Path2' -> deletes the given files or directorys
  • rmtrash 'Path1' 'Path2' 'Path3' -> deletes the given files or directorys
  • ...

lang

Sets the localisation language.
The localization language is stored in data/var/LeoConsole/config/user.txt

Usage

  • lang -> sets the localisation language to en (English)
  • lang 'key' -> sets the localisation language to the given key. For example: lang en

dpkg

Settings for the default plugins.
These settings are stored in data/var/LeoConsole/config/dpkg.txt

Usage

  • dpkg -> shows all default plugins and all disabled ones
  • dpkg disabel 'pkg name' -> disables the given default plugin
  • dpkg enabel 'pkg name' -> enabeles the given default plugin
Clone this wiki locally