-
Notifications
You must be signed in to change notification settings - Fork 8.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Request: Icon buttons to start relevant shell types #2934
Comments
Just to be clear, we should do this with every profile the user has?
I could see this as something we could hypothetically support as an extension scenario, though I dunno about doing it right in the titlebar. Might have to be a "toolbar" like browsers have for bookmarks. Also note that you can always just use a keyboard shortcut to open a new tab with a specific profile. ctrl+shift+3 is zero clicks 😜 |
In regard to "every profile", I suggest adding a setting for each profile to show/hide the button. The default is to show the button but this can be set to hidden. This would help with 3 cases:
Implementing the above implies the profiles in the drop down menu should NOT be deprecated, as the drop down menu list should be the full set. Leaving the profiles in the drop down menu leaves scope to implement #1571 The menu is fine for "settings", "about", "feedback". Considering the case of many profiles (e.g. 50):
To differentiate to the tabs:
The keyboard shortcuts are great for very frequent use but one must remember which profile is associated with the keyboard shortcut. An icon button has a visual prompt so not so reliant on memory. Further considering the case for "many profiles" what keyboard shortcuts can be used for each profile? |
Feature request: Add icon buttons to the Windows Terminal title bar for the installed shell types (instead of the current drop down menu). Each button would start the relevant shell type. The buttons could have tool tip/mouse over for the shell type label/description.
The feature would enable one click start of the desired shell type. Currently, other than the default shell type, there's one click for the drop down, one more for the desired shell type from the list.
Then consider deprecating:
The text was updated successfully, but these errors were encountered: