badmotorfinger / z

Save time typing out directory paths in PowerShell by jumping around instead.
The Unlicense
434 stars 33 forks source link

Typing `z` and pressing TAB should expand to an entry which exists in the current directory #29

Open badmotorfinger opened 7 years ago

badmotorfinger commented 7 years ago

Typing z and pressing TAB should expand to an directory which exists in the current directory.

Perhaps the "Last Accessed" or some other FileSystem metadata can be used to determine if it's a valid candidate.

marcinsmialek commented 4 years ago

Do you mean that the items in the current directory should precede other expansion candidates?

badmotorfinger commented 4 years ago

That is correct, however, it should still follow the ranking algorithm by taking Last Accessed into account.