hharnisc / hypercwd

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

Not working on Archlinux #70

Open azavalla opened 5 years ago

azavalla commented 5 years ago

Expected behaviour: opens a new tab on the same working directory as the current tab. Current behaviour: opens a new tab on my $HOME directory, no matter what directory the previous tab was in.

OS: Archlinux Window manager: i3 $SHELL: zsh

Is there a log file anywhere I can take a look at?

alexandreramosdev commented 5 years ago

I have the same problem with ArchLinux, Xfce4 e Zsh 😭.

geblanco commented 5 years ago

I use the same setup but it works perfectly fine for me.

Expected behaviour: opens a new tab on the same working directory as the current tab. Current behaviour: opens a new tab on my $HOME directory, no matter what directory the previous tab was in.

OS: Archlinux Window manager: i3 $SHELL: zsh

Is there a log file anywhere I can take a look at?

hockdudu commented 5 years ago

I had the same problem. After I looked in the source, I noticed it needs lsof.

It worked after I installed this dependency (sudo pacman -S lsof)