When clicking on a directory icon in the file browser, the created cd command does not add backslashes or otherwise escape spaces in directories that have spaces in their names. My guess is this may also extend to directories with other special characters as well.
It sounds like the program needs to add quotations to all paths before trying to enter them in cd.
Yup, can confirm i didn't plan for this. Will publish a fix soon.
Thanks for the report.
This does extend to other characters, and in fact you can abuse this bug by naming directories things like thing || rm -rf /.
@dvdmuckle I published a temporary fix, but I'll try to make a more advanced function to escape directories & file names properly. Will mention this issue when this gets pushed.
Tested, works properly. Thanks for the quick response!
You're welcome. I'll make a release tomorrow to bundle a bunch of day-1 fixes.