[Konsole-devel] [Bug 79243] option to restrict konsole to a single instance
Freddie Cash
fcash at sd73.bc.ca
Fri Apr 13 22:39:52 UTC 2007
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=79243
------- Additional Comments From fcash sd73 bc ca 2007-04-14 00:39 -------
Would this allow one to write a script that opened multiple sessions (tabs) in a single Konsole window, and execute ssh connections to different servers using the -e commandline option?
For instance, it'd be really nice to be able to do something like the following:
#!/bin/sh
konsole -e nano -tabtitle "Local"
for I in someserver1 someserver2 someserver3
konsole -e "ssh $I" -newtab -tabtitle "$I"
done
Then one could set the Local tab to "Send input to all other sessions" and manage multiple servers.
Currently, I can load console with a bunch of sessions running, with named tabs, but I have to manually run ssh from within each tab. :(
AFAICT, there's also no way to do this via DCOP, as one can't tell a session to run a command.
Cheers
Freddie
More information about the konsole-devel
mailing list