Opening multiple tabs from a single profile on start, with the default terminal, and on individual profiles. #4225

Open
opened 2026-01-30 23:41:27 +00:00 by claunia · 0 comments
Owner

Originally created by @danielkeery on GitHub (Oct 3, 2019).

Description of the new feature/enhancement

This FR would solve having to manually setup my workspace on every new launch. I always start with the same 3 tabs, it would be nice to launch these all in the default.

"globals": {
"defaultProfile": ["GUID1", "GUID2", "MULTI-PROFILE-GUID1", ...]
}
...
"profiles": [
{
"guid": "multi-profile guid",
"launchProfiles": ["other profile guid1", "other profile guid 2", ...]
}
]

Proposed technical implementation details (optional)

Change existing launch code into a for loop and the defaultProfile backing as a array.
Either new profile type could be introduced or the detection of launchProfiles for each profile configuration would signal needing to launch other profiles. Recursive?
Support the launching of multiple profiles in any launch action. Should be self explanitory.

Originally created by @danielkeery on GitHub (Oct 3, 2019). <!-- 🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨 I ACKNOWLEDGE THE FOLLOWING BEFORE PROCEEDING: 1. If I delete this entire template and go my own path, the core team may close my issue without further explanation or engagement. 2. If I list multiple bugs/concerns in this one issue, the core team may close my issue without further explanation or engagement. 3. If I write an issue that has many duplicates, the core team may close my issue without further explanation or engagement (and without necessarily spending time to find the exact duplicate ID number). 4. If I leave the title incomplete when filing the issue, the core team may close my issue without further explanation or engagement. 5. If I file something completely blank in the body, the core team may close my issue without further explanation or engagement. All good? Then proceed! --> # Description of the new feature/enhancement This FR would solve having to manually setup my workspace on every new launch. I always start with the same 3 tabs, it would be nice to launch these all in the default. "globals": { "defaultProfile": ["GUID1", "GUID2", "MULTI-PROFILE-GUID1", ...] } ... "profiles": [ { "guid": "multi-profile guid", "launchProfiles": ["other profile guid1", "other profile guid 2", ...] } ] # Proposed technical implementation details (optional) Change existing launch code into a for loop and the defaultProfile backing as a array. Either new profile type could be introduced or the detection of launchProfiles for each profile configuration would signal needing to launch other profiles. Recursive? Support the launching of multiple profiles in any launch action. Should be self explanitory.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#4225