fuzzy_bash_completion
fuzzy_bash_completion copied to clipboard
cd with name spacing problem
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
.
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.
That would be great. Thanks! :+1:
Sometimes filenames with spaces support clarity which is the reason why I choose them.
@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 :)