aurora / rmate

Remote TextMate 2 implemented as shell script
GNU General Public License v3.0
887 stars 123 forks source link

quote directory names & warn if cd fails #60

Closed mobilemind closed 7 years ago

mobilemind commented 7 years ago

Handles some edge cases where directory name or base name might have spaces, file globs, etc.

Also exits with a error message to STDERR if a cd command fails.

aurora commented 7 years ago

Thanks!