tkellogg / Jump-Location

Powershell `cd` that reads your mind
MIT License
467 stars 26 forks source link

Not able to navigate to similar substring directories #55

Closed bpruitt-goddard closed 9 years ago

bpruitt-goddard commented 9 years ago

I have 2 folders C:\Mercurial\Foo and C:\Mercurial\Foo.Bar in my jumplist. I am unable to properly jump to the first as everything points to the second. This may be because the second has a higher weight, but I shouldn't have to keep modifying the first ones weight to be higher. How can I jump to C:\Mercurial\Foo?

Jump commands that I have tried to reach first folder:

vors commented 9 years ago

To check weights run jumpstat foo To jump to something different then your first match you can run j f + Tab several times to circulate to all matching dirs, until you find desired one.

bpruitt-goddard commented 9 years ago

Perfect. Thanks!