Setting: Set mor than one profile as startup profile #13528

Closed
opened 2026-01-31 03:45:03 +00:00 by claunia · 6 comments
Owner

Originally created by @htcfreek on GitHub (Apr 17, 2021).

Description of the new feature/enhancement

Please add a feature to open wt with more than one tab. There should be a setting to enable this and a setting to configure the tabs/profile.

Proposed technical implementation details (optional)

[X] Start wt with more tha one tab
[PowerShell; CMD] *

*) This should be an input control. One entry (comma separated) per tab. The first entry is for the first and per default shown tab.

Originally created by @htcfreek on GitHub (Apr 17, 2021). # Description of the new feature/enhancement Please add a feature to open wt with more than one tab. There should be a setting to enable this and a setting to configure the tabs/profile. # Proposed technical implementation details (optional) [X] Start wt with more tha one tab [PowerShell; CMD] * _*) This should be an input control. One entry (comma separated) per tab. The first entry is for the first and per default shown tab._
claunia added the Issue-FeatureResolution-Duplicate labels 2026-01-31 03:45:03 +00:00
Author
Owner

@Don-Vito commented on GitHub (Apr 18, 2021):

@htcfreek - "startupActions" allow you to do this today. Unfortunately they are not exposed in the settings UI yet, but you can add them to the config file, e.g.,

"startupActions": "new-tab -p \"Git Bash\" --title Git --tabColor #641220; new-tab -p \"Windows PowerShell\" --title Posh --tabColor #15616d; focus-tab -n 0"
@Don-Vito commented on GitHub (Apr 18, 2021): @htcfreek - ["startupActions"](https://docs.microsoft.com/en-us/windows/terminal/customize-settings/startup#startup-actions) allow you to do this today. Unfortunately they are not exposed in the settings UI yet, but you can add them to the config file, e.g., ``` "startupActions": "new-tab -p \"Git Bash\" --title Git --tabColor #641220; new-tab -p \"Windows PowerShell\" --title Posh --tabColor #15616d; focus-tab -n 0" ```
Author
Owner

@htcfreek commented on GitHub (Apr 18, 2021):

I think this should be added to settings ui for easier configuration.

@htcfreek commented on GitHub (Apr 18, 2021): I think this should be added to settings ui for easier configuration.
Author
Owner

@Don-Vito commented on GitHub (Apr 18, 2021):

@htcfreek - I absolutely agree. We even have a PR for it here: https://github.com/microsoft/terminal/pull/8812.
But it is blocked as we want to show more information about what will be executed, but it requires some additional refactor

@Don-Vito commented on GitHub (Apr 18, 2021): @htcfreek - I absolutely agree. We even have a PR for it here: https://github.com/microsoft/terminal/pull/8812. But it is blocked as we want to show more information about what will be executed, but it requires some additional refactor
Author
Owner

@htcfreek commented on GitHub (Apr 18, 2021):

@Don-Vito Feel free to close this as duplicate of #8802.

@htcfreek commented on GitHub (Apr 18, 2021): @Don-Vito Feel free to close this as duplicate of #8802.
Author
Owner

@zadjii-msft commented on GitHub (Apr 19, 2021):

I love the smell of closing duplicates in the morning. Thanks all!

/dup #8802
/dup #756

@zadjii-msft commented on GitHub (Apr 19, 2021): I love the smell of closing duplicates in the morning. Thanks all! /dup #8802 /dup #756
Author
Owner

@ghost commented on GitHub (Apr 19, 2021):

Hi! We've identified this issue as a duplicate of another one that already exists on this Issue Tracker. This specific instance is being closed in favor of tracking the concern over on the referenced thread. Thanks for your report!

@ghost commented on GitHub (Apr 19, 2021): Hi! We've identified this issue as a duplicate of another one that already exists on this Issue Tracker. This specific instance is being closed in favor of tracking the concern over on the referenced thread. Thanks for your report!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#13528