Skip to content

2.2.0

Compare
Choose a tag to compare
@nickavv nickavv released this 05 Nov 22:12
· 96 commits to master since this release

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.