We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As the title implies, it would be awesome if hypercwd supported PowerShell on macOS and Linux 😃
At the moment, nothing happens and the new tab opens to the default directory: ~.
~
The text was updated successfully, but these errors were encountered:
Hey @tylerl0706 would you be up for submitting a PR for this? Or sharing some details about the dev environment? I personally don't use PowerShell 😄
Sorry, something went wrong.
I'm going to try to fix this in PowerShell instead :)
Which will allow cd to update the cwd
PowerShell/PowerShell#6824
So unfortunately we can't fix this via PowerShell, however, if the user adds:
$ExecutionContext.SessionState.InvokeCommand.LocationChangedAction += { [Environment]::CurrentDirectory = $pwd.Path }
to their PowerShell profile, this feature should work. Not sure where you want to document that.
No branches or pull requests
As the title implies, it would be awesome if hypercwd supported PowerShell on macOS and Linux 😃
At the moment, nothing happens and the new tab opens to the default directory:
~
.The text was updated successfully, but these errors were encountered: