wd
wd copied to clipboard
Fix "wd list" error if path contains symbol ":"
Fix the warp points not complete issue:
create warp point
~/demo:cpp % wd add democpp
* Warp point added
original
~/demo:cpp % wd list
* All warp points:
democpp -> ~/demo
after this fix
~/demo:cpp % wd list
* All warp points:
democpp -> ~/demo:cpp
Hi there! Thanks for the PR
Could you please add a test to this function for your fix? Just to check the output isn't incorrectly truncated
I proposed a test implementation in https://github.com/ShangjinTang/wd/pull/1 - don't know if this is good enough - let me know, if I need to change anything.
Thanks for adding this, I'll consolidate the patches and merge this later