mfaerevaag / wd

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

Relative warps with slash #97

Open alpha-tango-kilo opened 4 years ago

alpha-tango-kilo commented 4 years ago

What does this PR do/change? Allows use of wd foo/bar/baz as well as the current wd foo bar/baz. That is to warp to foo and then cd to ./bar/baz

Does this PR fix an issue? Will close #66

How stable do you consider this PR? Needs tests.

This PR also requires the merge of #96, as while not strictly dependent, it would be a poor user experience

Does your PR pass all tests? N/A

Do your changes need new tests to cover them, and if so, have you written the tests? Both the current implementation with subdirectories as a separate argument, and my new implementation aren't covered by tests. I intend to write tests to cover both

alpha-tango-kilo commented 4 years ago

No more debugging statements, more efficient logic, and documentation of feature. Tests to come!

p1r473 commented 3 months ago

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

alpha-tango-kilo commented 3 months ago

need any help with this one? Is it stuck?

I'm never going to finish it - I don't have a particular interest in doing so, or an environment to use/test in. I believe I was stuck on writing tests properly for this. This PR will also need rebasing to updating in some way to get rid of the conflicts