nuta / nsh

A command-line shell like fish, but POSIX compatible.
906 stars 34 forks source link

File completion not escaping spaces #15

Closed seasonedfish closed 2 years ago

seasonedfish commented 2 years ago

When completing a directory or file, nsh does not escape spaces in the name. Here is an example with a directory named Discrete Math:

Screen Shot 2021-10-23 at 3 28 50 PM Screen Shot 2021-10-23 at 3 29 26 PM
nuta commented 2 years ago

Thanks for the reporting! I'll fix this when I have time.