Created by: hauptbenutzer
I was running into an issue when I tried to autojump to a path containing spaces on Windows. This is seemingly unrelated to #381. The problem was that the for /f
command defaults to splitting at spaces, which results in an invalid path.
Similarly, with jo
there was a problem with spaces. The solution in this case was to call Explorer directly and pass the directory as a parameter.