[Konsole-devel] [Bug 235410] New: Allow option to read tab titles and tab commands from file
Kurt V. Hindenburg
kurt.hindenburg at gmail.com
Mon Apr 26 02:01:57 UTC 2010
https://bugs.kde.org/show_bug.cgi?id=235410
Summary: Allow option to read tab titles and tab commands from
file
Product: konsole
Version: unspecified
Platform: Compiled Sources
OS/Version: unspecified
Status: NEW
Severity: normal
Priority: NOR
Component: general
AssignedTo: konsole-devel at kde.org
ReportedBy: kurt.hindenburg at gmail.com
Version: (using Devel)
Installed from: Compiled sources
Patch and info http://reviewboard.kde.org/r/1079/
The attached patch introduces the new command line option "-tabsfromfile
<filename>" to konsole. On startup, konsole reads the file which contains one
line for each tab to be created. Syntax is "<tab title>: <command> <args> ...";
comment lines start with '#'. This new option can e.g. be used to conveniently
open ssh connections to a pool of PCs; with one tab for each PC. Such a
configuration file could look like this:
# SSH sessions to all Network Testbed PCs
Control: ssh -CX user at control.my-domain.org
West: ssh -CX user at west.my-domain.org
North: ssh -CX user at north.my-domain.org
South: ssh -CX user at south.my-domain.org
East: ssh -CX user at east.my-domain.org
--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the konsole-devel
mailing list