mfaerevaag / wd

:rocket: Jump to custom directories in zsh
MIT License
690 stars 44 forks source link

`wd point ..` completes relative to current directory #51

Open ErsafanRend opened 6 years ago

ErsafanRend commented 6 years ago

Thanks for this awesome tool. This is great work. I'm using wd (0.4.6) on zsh (5.4.2) with oh-my-zsh. When I have

~/wd ❯ tree
.
├── bla
│   └── blub
└── foo
    └── bar
        └── baz

and

~/wd ❯ wd
Warp points
baz   -- ~/wd/foo/bar/baz

and I want to complete wd baz ../<TAB>, I get

~/wd❯ cd bla
~/wd/bla❯ wd baz ../
directory
bla/  foo/

I would expect wd baz ../ to point to the parent directory of the warp point and not to the parent directory of the current working directory.

Is this intended behaviour?

altschuler commented 6 years ago

Good catch, that is definitely not intended behavior. We'll look into it, thanks! :)

p1r473 commented 3 months ago

@alpha-tango-kilo need any help with this one? Is it stuck?

alpha-tango-kilo commented 3 months ago

I don't understand how autocompletion scripts worked; I've never worked with them before. By all means have a crack at it if you're interested