mfaerevaag/wd

wd rm does not work

cor opened this issue · 3 comments

cor commented

When I try to remove a point using wd rm, it does not work:

~/D/Go ❯❯❯ wd rm
wd_remove:13: file exists: /var/folders/q0/k80c6w4s6nx3jlqhv7zn0y_80000gn/T//wd.DleAXB3j1I
 * Something bad happened! Sorry.
~/D/Go ❯❯❯

I've tried running rm /var/folders/q0/k80c6w4s6nx3jlqhv7zn0y_80000gn/T//wd* but it did not resolve the issue.

Thanks for reporting!

What's your zsh and wd version?

Could be due to my multi-remove PR, @cor can you verify if the issue still occurs using the multi-remove branch of my wd fork?

See PR #88 for explainer, but TL;DR wd rm without arguments isn't working as intended on master currently

PR merged, closing this