-
Notifications
You must be signed in to change notification settings - Fork 39
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
doesn't work with git bash #33
Comments
I would also love to see this and took a short look but the general problem is that I haven't found a straight-forward way to get the current working direcotry of a running git-bash session. The windows specific code of A sample that i got for the
which only contains the path to the home directory (in this case Any ideas on how to get the actual working directory? |
+1 |
1 similar comment
+1 |
I was able to get the cwd using cygwin32 on Windows 7.
I'm not sure if this would work for Git Bash or MinGW |
@codehearts Thanks! Finally found the time today to try out your solution. The good news is, the solution works in Git Bash / MinGW to get the cwd. The bad news is that it (obviously) only works if you know the exact pid of the bash ( |
@burnedikt I don't use wrapper on Windows 10.
|
@rofrol Thanks, didn't know that worked. Either way, it did not help with the problem per se. Nevertheless, I've got a few steps further. Maybe this helps someone else:
Coming this far, I've noticed some flaws in the current windows-specific code of hypercwd, namely that the code in windowsActionHandler.js#L30-L34 never passes the original bash session's PID to the Even then, we face one last problem: We know the running bash processes (both of git-bash and actual bash) and we know the |
A lot of are using git bash to have a similar bash as in linux, configuring hyper like this
vercel/hyper#1252 (comment)
But this "must to have" plugin doesn't work sadly
No errors, nothing
The text was updated successfully, but these errors were encountered: