Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Command-line (and option + whatever) Completion

Role-based Layouts

The layout of commands (and groups) available to a user might be limited to their access privileges. So for example, user uberadmin might have all potentially harmful commands like:

  • shutdown
  • kill
  • abort
  • do-something-nasty
  • ...

and user ubernoob might have a set like:

  • statistics
  • do-something-which-will-not-break-anything

Remote Shell

TODO

Remote File Access

TODO

Layout Navigation (and easy sub-shells)

...

Note sure we want to add commands to change context or get the context? Or do we? Do we really need a pwd and a cd ?

Bash Syntax Support

TODO

Pipes

TODO

Sub-shells

TODO

Redirection

TODO

Functions

TODO

Whatever else Bash Does...

TODO