The Windows Terminal task list could lists the latest folders open from the Command prompt #8511

Closed
opened 2026-01-31 01:31:18 +00:00 by claunia · 3 comments
Owner

Originally created by @noeldev on GitHub (May 22, 2020).

Description of the new feature/enhancement

I think that it would be handy if the Windows Terminal did list the latest folders that were open.

One could click any folder in the task list to open Windows Terminal from the taskbar and have the clicked folder selected right-away, without any CD.

Proposed technical implementation details (optional)

It's just a suggestion but if you can implement it, it would be very handy for me and hopefully for other users.

Originally created by @noeldev on GitHub (May 22, 2020). <!-- 🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨 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 I think that it would be handy if the Windows Terminal did list the latest folders that were open. <!-- A clear and concise description of what the problem is that the new feature would solve. Describe why and how a user would use this new functionality (if applicable). --> One could click any folder in the task list to open Windows Terminal from the taskbar and have the clicked folder selected right-away, without any CD. # Proposed technical implementation details (optional) <!-- A clear and concise description of what you want to happen. --> It's just a suggestion but if you can implement it, it would be very handy for me and hopefully for other users.
claunia added the Issue-QuestionNeeds-Tag-FixResolution-AnsweredNeeds-Attention labels 2026-01-31 01:31:18 +00:00
Author
Owner

@zadjii-msft commented on GitHub (May 22, 2020):

So, getting the working directory of another process on Windows is tricky business. You'll want to see this thread for why.

We do have plans for adding your profiles to the taskbar jumplist - see #576 and #5350 for more details. @noeldev do you think that would work for your use case?

@zadjii-msft commented on GitHub (May 22, 2020): So, getting the working directory of another process on Windows is tricky business. You'll want to see [this thread](https://github.com/microsoft/terminal/issues/3158#issuecomment-628628120) for _why_. We do have plans for adding your profiles to the taskbar jumplist - see #576 and #5350 for more details. @noeldev do you think that would work for your use case?
Author
Owner

@noeldev commented on GitHub (May 23, 2020):

Thanks for your reply. I ran a quick test and duplicated the cmd profile in settings.json: I changed the guid, name and startingDirectory strings and now I can open a tab with the folder I need by default. So if all the profiles can appear in the jumplist then it would do exactly what I need. Thanks.

@noeldev commented on GitHub (May 23, 2020): Thanks for your reply. I ran a quick test and duplicated the **cmd** profile in _settings.json_: I changed the **guid**, **name** and **startingDirectory** strings and now I can open a tab with the folder I need by default. So if all the profiles can appear in the jumplist then it would do exactly what I need. Thanks.
Author
Owner

@DHowett commented on GitHub (May 25, 2020):

Thanks for following up!

@DHowett commented on GitHub (May 25, 2020): Thanks for following up!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#8511