fuzzy_bash_completion icon indicating copy to clipboard operation
fuzzy_bash_completion copied to clipboard

cd with name spacing problem

Open orschiro opened this issue 11 years ago • 3 comments

I just noticed that cd cannot handle spaces in names:

sublime-text-3 (master) $ l
total 20
drwx------  3 orschiro users 4096 Sep 13 12:53 Packages
drwx------ 50 orschiro users 4096 Sep 29 08:15 Cache
drwxr-xr-x  2 orschiro users 4096 Nov  5 07:46 Index
drwx------  2 orschiro users 4096 Nov  5 07:47 Installed Packages
drwx------  2 orschiro users 4096 Nov  5 07:50 Local

sublime-text-3 (master) $ cd Installed
Installed

In this example cd does not show me Installed Packages.

orschiro avatar Nov 05 '13 06:11 orschiro

Yes, this is a known issue... I haven't been too motivated to fix it since I don't put spaces in my filenames, but I'll have a look sometime.

mgalgs avatar Nov 05 '13 14:11 mgalgs

That would be great. Thanks! :+1:

Sometimes filenames with spaces support clarity which is the reason why I choose them.

orschiro avatar Nov 06 '13 13:11 orschiro

@mgalgs here is 2019 year! 🎉 And probably you know about WSL and WSL2 with allows to use Linux in Windows and Linux become super useful for developers and devops who use Windows. The directory names with spaces is common case for Windows and fixing the issue looks very far-sighted :)

anki-code avatar Oct 10 '19 22:10 anki-code