Bug 364873 - Add support for command line --new-tab
Summary: Add support for command line --new-tab
Status: REPORTED
Alias: None
Product: yakuake
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR wishlist
Target Milestone: ---
Assignee: Eike Hein
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-06-28 20:53 UTC by Filipe Azevedo
Modified: 2020-01-21 08:04 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments
Shell script to simplify DBus calls to Yakuake (10.33 KB, text/plain)
2020-01-21 01:15 UTC, Peter J. Mello
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Filipe Azevedo 2016-06-28 20:53:10 UTC
Add support for --new-tab command line parameter so i can open a new tab easily from another program.
Generally, adding more Konsole command line parameters would be a good idea, like -e <command> etc.

Reproducible: Always



Expected Results:  
Possible to open new tab and execute command.
This way i can replace Konsole by Yakuake in QtCreator configuration.
Comment 1 Filipe Azevedo 2018-05-07 19:12:02 UTC
Any chance to see that happen ?
Comment 2 Filipe Azevedo 2020-01-18 20:54:33 UTC
Any chance to get an answer some day ? :)
Comment 3 Peter J. Mello 2020-01-21 01:15:12 UTC
Created attachment 125272 [details]
Shell script to simplify DBus calls to Yakuake
Comment 4 Peter J. Mello 2020-01-21 01:15:56 UTC
That functionality has been part of Yakuake for several years now, accessible via DBus. Attached is a shell script named yaknewtab that I've used without issue for awhile to help you get the hang of it. Just chmod +x yaknewtab then mv it to one of the folders in your $PATH. I hope this answers your question.

Warmly,
Peter
Comment 5 Filipe Azevedo 2020-01-21 08:04:02 UTC
Thanks for taking the time to share your script.
While i would have preferred to see a new command line added, this will fit perfectly.