Comment 3 for bug 599635

Revision history for this message
Michael Lustfield (michaellustfield) wrote :

Heh.. maybe an API?....

get pid of launched terminator instance..

terminator_cmd --pid=``pid'' --window=``window_number'' --split-horizontal --width=75%
terminator_cmd --pid=``pid'' --window=``window_number'' --split-vertical
terminator_cmd --pid=``pid'' --window=``window_number'' --split-close
terminator_cmd --pid=``pid'' --window=``window_number'' --execute="irssi"

cat > terminator_commands <<TERM
create_window id=t1
split_vertical win=t1 id=t2
split_horizontal win=t1 id=t3
execute win=t3 irssi
TERM

terminator --cmd-file=terminator_commands

something like that sounds pretty darned spiffy! :)