-
Notifications
You must be signed in to change notification settings - Fork 8.5k
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
Typing "wt" in File Explorer's address bar (while browsing a file folder) opens Terminal but does not browse the current folder. CMD works. #4647
Comments
@shanselman I think this was discussed here: #620
Maybe you can look at https://gist.github.com/akunzai/b4b1f394db3ceb399ba1976a30e540fa#file-profiles-json-L9 |
@shanselman there's like so much discussion on this in /dupe #878, please search before filing new issues 😜 |
Hi! We've identified this issue as a duplicate of another one that already exists on this Issue Tracker. This specific instance is being closed in favor of tracking the concern over on the referenced thread. Thanks for your report! |
Sorry for that. I just think that #878 (comment) isn't really an acceptable answer. :( |
So, @zadjii-msft this worked for me #4647 (comment) why don't we promote/do that? |
@shanselman Because if you do that, then launching the Terminal from the Start Menu starts up in |
I literally just launched wt from Win+R just now and it shows up in C:\Users\scott |
TL, DR; Go to the settings of {
"guid": "{...}",
"hidden": false,
"name": "PowerShell",
"source": "Windows.Terminal.PowershellCore",
"startingDirectory": "./"
}, |
Environment
Steps to reproduce
Typing "wt" in File Explorer's address bar (while browsing a file folder) opens Terminal but does not browse the current folder. CMD works.
Click in the address bar in Explorer, type wt and press enter. This works with cmd, not with wt.
Expected behavior
I'd expect wt to imply -d in this context and work the same way cmd does.
Actual behavior
Terminal just opens at the default starting directory.
The text was updated successfully, but these errors were encountered: