agkozak/zsh-z

Echo directory when switching

rwtallant13 opened this issue · 8 comments

z.lua which i briefly used had this option and i found it handy, would love to see this implemented here as well if possible.

That sounds like a great idea to me. I'll add an option. Would you be willing to help me test it out in a few days? Thanks.

Absolutely just let me know when

I put a version in the echo branch that I think should do what you want. Just install it and set

ZSHZ_ECHO=1

and you'll see the new paths as you switch to them.

Let me know if that is more or less what you were looking for.

this works perfectly! exactly what i was looking for. Thank you!

Great. Keep using it and let me know if you see any glitches. I'll do the same; I'll let you know when I merge it to master.

Will do. Thanks again.

We can leave this issue open till I've merged the new feature. Thanks again for contributing the good idea.

All right. The new feature is on the master branch now. You can switch to that. Thanks again.