| Summary: | Feature: provide a simple way to start konsole with n tabs | ||
|---|---|---|---|
| Product: | [Applications] konsole | Reporter: | shevegen <shevegen> |
| Component: | general | Assignee: | Konsole Bugs <konsole-bugs-null> |
| Status: | RESOLVED INTENTIONAL | ||
| Severity: | wishlist | CC: | cpigat242, tterranigma |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
shevegen
2013-08-27 14:08:26 UTC
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
|