Skip to content
deadmoon edited this page Dec 20, 2017 · 4 revisions

MoonShell supports several custom commands to interact with.


This page will try to document and explain how MoonShell commands work.

General-purpose:

  • Type add to add a new tab
  • Type remove to close active tab
  • Type clear or cls to clear active tab
  • Type !! to execute the last used command
  • Type exportlog to export active tab to log file
  • Type new to launch a new instance
  • Type admin to launch a new privileged instance
  • Type help or about to examine available commands
  • Type exit or quit to quit MoonShell

SSH-related:

  • Type ssh connect to configure your connection
  • Type ssh <username>@<host> also works (for example: ssh someone@site.com)

Options-related:

  • Type options to customize MoonShell
  • Type themes to show available themes
  • Type theme <theme-name> to apply it (for example: theme ocean)

Places-related:

  • Type addplace to add current directory in Places
  • Type removeplace <ID> to remove the specific place (for example: removeplace 3)
  • Type verifyplaces to remove no longer valid directories from Places
  • Type clearplaces to remove all directories from Places

Shortcuts:

  • Press CTRL + T to add a new tab
  • Press CTRL + W to close active tab