tkellogg / Jump-Location

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

Cannot move through folders that contain a space in the name. #45

Closed ShadeJackrabbit closed 9 years ago

ShadeJackrabbit commented 9 years ago

A bunch of windows programs (and folders) that I navigate to include spaces in their names, which instantly results in Jump-Location failing. Usually with a message like:

Jump-Location : A positional parameter cannot be found that accepts argument
'C:\ProgramData\Microsoft\Windows\Start'.
At line:1 char:1
+ Jump-Location start
+ ~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidArgument: (:) [Jump-Location], ParameterBind
   ingException
    + FullyQualifiedErrorId : PositionalParameterNotFound,Jump.Location.JumpLocat
   ionCommand
vors commented 9 years ago

duplicate for #18