Jump-Location icon indicating copy to clipboard operation
Jump-Location copied to clipboard

Use Set-JumpLocation for local folders as well

Open eugenesvk opened this issue 9 years ago • 2 comments

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
  • -1 to ignore local folders completely for people who for some reason differentiate between cd local folders and j outside folders That would make the currently old and dysfunctional cd command into something quite smart and useful.

eugenesvk avatar Mar 22 '16 18:03 eugenesvk

@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 avatar Jun 23 '16 15:06 dragon788

@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.

eugenesvk avatar Jul 06 '16 23:07 eugenesvk