Use Set-JumpLocation for local folders as well
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:
- always higher than remembered folders. First autocompletion would be local, subsequent {Tabs} would bring the remembered
- always lower than remembered folders
-1to ignore local folders completely for people who for some reason differentiate betweencdlocal folders andjoutside folders That would make the currently old and dysfunctionalcdcommand into something quite smart and useful.
@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.
@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.