2.2.0
This release of rt-shell allows for multi-line output from shell scripts (thanks @evolutionleo!)
It also provides new functions that can be called from outside the context of the shell:
obj_shell.open();
obj_shell.close();
So you can implement custom mechanisms for opening and closing the shell besides the keyboard combo.