[konsole] [Bug 324119] Feature: provide a simple way to start konsole with n tabs
Nikolaos Kakouros
bugzilla_noreply at kde.org
Sat Sep 14 11:12:48 BST 2019
https://bugs.kde.org/show_bug.cgi?id=324119
Nikolaos Kakouros <tterranigma at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |tterranigma at gmail.com
--- Comment #1 from Nikolaos Kakouros <tterranigma at gmail.com> ---
In the mean time you could also use:
for i in {1..25}; do konsole --new-tab --workdir "$PWD" & sleep 1; qdbus
org.kde.konsole /Sessions/$i setTitle 1 $i; done
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the konsole-devel
mailing list