-
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 Option to add profiles to the Windows Start Menu #2339
Comments
Maybe can be solved with ability to pin secondary tiles to start? |
Backlog, spec required, triaged. |
Specifier should build on work already done on #576, because I am betting that it'll be along the same path! |
## Summary of the Pull Request Adds support for commandline arguments to the Windows Terminal, in accordance with the spec in #3495 ## References * Original issue: #607 * Original spec: #3495 ## PR Checklist * [x] Closes #607 * [x] I work here * [x] Tests added/passed * [ ] We should probably add some docs on these commands * [x] The spec (#3495) needs to be merged first! ## Detailed Description of the Pull Request / Additional comments 🛑 **STOP** 🛑 - have you read #3495 yet? If you haven't, go do that now. This PR adds support for three initial sub-commands to the `wt.exe` application: * `new-tab`: Used to create a new tab. * `split-pane`: Used to create a new split. * `focus-tab`: Moves focus to another tab. These commands are largely POC to prove that the commandlines work. They're not totally finished, but they work well enough. Follow up work items will be filed to track adding support for additional parameters and subcommands Important scenarios added: * `wt -d .`: Open a new wt instance in the current working directory #878 * `wt -p <profile name>`: Create a wt instance running the given profile, to unblock #576, #1357, #2339 * `wt ; new-tab ; split-pane -V`: Launch the terminal with multiple tabs, splits, to unblock #756 ## Validation Steps Performed * Ran tests * Played with it a bunch
It would be great to be able to "Pin to Start" and "Pin to Taskbar" any profile we like. And then the profile opened via the Start (or Taskbar) tile should always open in a new window and the opened profile should become the default profile for this particular window, i.e. when I open a new tab in this window it should open the same profile. |
FWIW, a similar functionality is possible using shortcuts and batch files. Probably doesn't meet everyone's needs,
Then its just right click, new->shortcut. Target of |
Yeah, I'm been using my handmade shortcut since the WT allowed for opening specific profiles from the command line. But I still think there is value in the WT creating the shortcuts with just the click of button instead of us doing the manual process. BTW, You can put the command directly in the shortcut and skip the batch file enterally. |
FWIW, since there aren't tiles in Windows 11's start menu anymore, I'd reckon it's highly unlikely we (the Terminal team) get around to this ourselves. The API doesn't seem terribly challenging to use, and it shouldn't be too hard to add a button to the Settings UI to activate this. If someone's passionate about adding the button for Windows 10, we'd still accept the PR. I just wanted to make sure everyone was aware of where this landed on the priorities. |
Allow creating profile based entries in the Windows Start Menu
This will allow the user to launch the specific profile that they want without the need to open the default one
A button in the profile setting adds an entry in the Windows Start Menu with the icon profile and name, this entry launcher the windows terminal in this profile instead of the default one
Maintainer Notes
SPEC REQUIRED
Specifier should build on work already done on #576, because I am betting that it'll be along the same path! (from @DHowett-MSFT)
The text was updated successfully, but these errors were encountered: