-
Notifications
You must be signed in to change notification settings - Fork 8.5k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Option to create desktop shortcuts to profiles #6366
Comments
You could definitely work around this for now by creating a shortcut that runs |
Sure, but it'd be also nice if Terminal could set the shortcut icon to something other than the default "blank sheet of paper" one, especially since I have Terminal pinned to task bar and it seems like you cannot make/copy a shotcut out of that |
I think shortcut icon is very customizable since Windows 98. Shouldn't be a real problem. |
@skyline75489 my point is, when you use the "Pin to taskbar" action on Windows Terminal (or any other application for that matter), the resulting object doesn't seem to be a shortcut (.lnk file), so it cannot be easily copied and modified, including its icon. Therefore the only option seems to be to manually create a new shortcut, which is far more unwieldy for that use case. |
Yanking triage -- this is a really good request. We should see if we can enable it. 😄 |
As an alternative, this PowerToys feature seems promissing microsoft/PowerToys#4194 |
Maybe a feature like in edge. There is a menu to create a desktop shortcut for apps and pin apps to start. You can a button in profile settings to apen a menu that allows the user to...
|
NICE! Is there any way to add predefined code to run such as "npm start" when shortcut is executed? thanks :D |
I guess this is partially done since you can right click the WT icon in the taskbar and pick a profile |
@tranzystorek-io @JamesDev21 @DHowett @htcfreek This is an example of what a Powershell Core shortcut would be: |
@Jaswir considering this I no longer have a use for the shortcuts, I'll probably close this. Thank you for taking a look though! |
You're welcome. I guess if no one else is interested in this either I'll move on to another issue. |
There's like, 29 other upvotes on this thread so I'd say that even if OP has found a viable workaround, there's probably still some demand for this feature 😉 My brief thoughts:
|
@zadjii-msft , @Jaswir , @tranzystorek-io I agree with @zadjii-msft. Maybe it is possible to show a dialogue where the user can choose on or more of the following link places: Desktop, Start menu, Taskbar Not sure how the icon thing is solved for packaged apps. But isn't |
"Maybe a feature like in edge. There is a menu to create a desktop shortcut for apps and pin apps to start." Could you show me a GIF of this, please? You can use this: https://www.screentogif.com/ |
@Jaswir |
Also, I'd probably recommend starting small - first add a button to add a shortcut to the Desktop, then work from there. Especially considering the changes between the Start Menu & Taskbar between Windows 10 and 11 - I wouldn't want to overindex on that aspect of the feature. |
Yeah. I missed this changes when doing the suggestion. 😅 |
Description of the new feature/enhancement
As a user, I'd like to be able to easily create desktop shortcuts that open a specific profile. This could be done e.g. via right clicking a profile in the profile dropdown and selecting an action "Create desktop shortcut".
For context, I use a Powershell Core profile to do software updates and a WSL shell to do some dev work and I currently cannot find a way to quickly run one of those; I always start the default Powershell profile and then manually open WSL and close Powershell which seems cumbersome.
The text was updated successfully, but these errors were encountered: