badmotorfinger / z

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

Perform a regex match against the current directory #6

Closed badmotorfinger closed 9 years ago

badmotorfinger commented 10 years ago

If the specified regex is not matched against any entries in history, scan the current directory for matches.

This could potentially be time consuming so only enable with an option.

badmotorfinger commented 9 years ago

Remove trailing slash