up
up copied to clipboard
Up by "level" or "name" breaks when there is a space in the path
Environment Info: I'm on BASH_VERSION: 4.4.19(1)-release
up 4
up <partial-name>
These don't work if there is a space anywhere in the path.
Spaces occasionally show up in the file system I'm working in, so I hope this is something you can fix. Thanks for this awesome shell script!
Actually, it works. You need to add an escape character \
before the space.
If the partial-name is dir4 new
, then you type up dir4\ new
.
However, the tab completion doesn't work for every partial-name containing a space.
Does not work with spaces:
Works with out spaces:
Oh, sorry. You're right, it works on zsh but when I tried it on bash, it doesn't work.
PR #8 didn't fully resolve this issue. Reopening.