hharnisc / hypercwd

Opens new tabs with the same directory as the current tab in Hyper
MIT License
384 stars 39 forks source link

Cannot create new tab with hypercwd installed #72

Open Machine-Maker opened 5 years ago

Machine-Maker commented 5 years ago

I'm using Hyper v3.0.0 and the latest hypercwd. I get the following error upon creating a new tab.

image

yeuk0 commented 5 years ago

This is happening to me too in Windows when I have an SSH session and I try to open a new tab (maybe is trying to access Ubuntu path or something similar).

lindamckeithlam commented 4 years ago

If you are using windows there's another plugin called "hyper-cwd-wsl" that worked for me. I had to configure the defaultDirectory to my your_username@your_machine_name.

EliranDx commented 4 years ago

If you are using windows there's another plugin called "hyper-cwd-wsl" that worked for me. I had to configure the defaultDirectory to my your_username@your_machine_name.

it is work when i use on bash, but when i use zsh it does not work.

lindamckeithlam commented 4 years ago

You might have to look into the hyper-cwd-wsl source code, I don't use wsl on my system but was able to customize it so it works my gitbash on windows.

EliranDx commented 4 years ago

the problem is that on zsh the: user@hostname is not displayed (hidden?), so he can't get the current location. but thanks for your help.

lindamckeithlam commented 4 years ago

https://github.com/robbyrussell/oh-my-zsh/issues/5686

forsvunnet commented 4 years ago

@EliranDx Were you able to get hyper-cwd-wsl working with zsh?