|
Project Information
Members
Links
|
The Common Reusable Shell
ContributionsContributions to the project are welcome and highly appreciated. If you want to contribute feel free to contact the project owner. Streaming ConsoleAllow commands to send their output to client before the command actually finished its execution. The execution of some commands like queries that can be time consuming, having the capability for a command to stream its output to the shell would enhance the usability of the shell. In addition, CRaSH already supports command interruptability which can be combined to interrupt a command when it has already sent output to the console. Rest connectorA Rest connector to provide command execution, import / export. |