skywind3000 / z.lua

:zap: A new cd command that helps you navigate faster by learning your habits.
MIT License
2.94k stars 137 forks source link

dirstack shows the frecency rather than index while using powershell #184

Closed themql closed 12 months ago

themql commented 12 months ago

When I type z --, and the result is just likefollowing pic:

image

Is there some config i have missed?

skywind3000 commented 12 months ago

because powershell uses an ugly escaping rule, you need quote them:

z "--"

or make an alias for it.

themql commented 12 months ago

thanks, i works

riotrah commented 1 month ago

Can we add a note in the documentation about this?