tkellogg / Jump-Location

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

Use Set-JumpLocation for local folders as well #63

Open eugenesvk opened 8 years ago

eugenesvk commented 8 years ago

Is there a chance you could add functionality that would allow a complete replacement of the cd command, e.g. so I could also jump to local folders and j would include local folders in the mix with some priorities? The priorities could be defined by a user-defined option:

dragon788 commented 8 years ago

@eugenesvk I actually like the TODO at the bottom of the readme, using . to enable this functionality of "local" search, and also the additional option he mentions of using . to break out of "frequently used" and simply doing a local autocomplete like you mentioned.

eugenesvk commented 8 years ago

@dragon788 I'd prefer not having to remember a separate syntax for this, so a once-defined option plus an extra Tab or two in specific cases when I want to jump to a different folder seems to me a better alternative.