Comment 2 for bug 1012343

Revision history for this message
Stephen Boddy (stephen-j-boddy) wrote :

I committed an update to the remotinator script that adds a number of improvements/enhancements. It can be run from elsewhere now by passing the --uuid parameter.

 - create new terminal (through horizontal/vertical split)
      Can already be done.

 - create new tab
      Can now be done, along with a new window.

 - clear a terminal (terminal identified by its uuid or the focussed one)
      Should be straightforward for a newbie (hint-hint) to add for uuid. For focussed we probably need another call to get the focussed terminals uuid, and then use that.

 - run a command in a terminal (terminal identified by its uuid or the focussed one)
      As per the previous entry.

 - allow to chain previous command
      Not clear what you mean here. Do mean getting a return code so your script can branch based on it?