vors / ZLocation

ZLocation is the new Jump-Location
MIT License
567 stars 29 forks source link

Database has duplicate entries differing in case only #119

Open stinos opened 3 years ago

stinos commented 3 years ago

Get-ZLocation shows for instance both c:\Temp and c:\temp. However it's not clear to me how it gets that: the actual name is temp, e.g.

> cd c:\Temp
> Get-Location
Path
----
C:\temp

moreover after I execute the above, ZLocation keeps increasing weight for c:\temp. Possibly these are leftovers from an older version?