jigarius/gup

Cannot switch to directory with space in it's name

Closed this issue · 1 comments

The problem

mkdir -p /foo\ bar/baz/fish
cd foo\ bar/baz\fish
gup "foo bar"

This doesn't work.

The directory name needs to be wrapped in " for this to work.