I use Ghostty with Local. Ghostty has a nice feature where you can command click a path in the terminal to open the file or folder. However, because Local has this file path, it breaks the Ghostty feature: /Local Sites/site-name/app/
My feature request would be to rename the Local directory to: /Local-Sites/site-name/app/
Ultimately Ghostty ought to eventually make a workaround for spaces, but for many use cases spaces in file paths break things, so it would be cleaner to add a connector to Local’s directory structure.
Just wanted to followup. It turns out Claude Code is hitting an enormous number of permission prompts for "Contains backslash-escaped whitespace”, as Claude Code seems to like to do commands such as this:
cd /Users/graemeblake/Local
Sites/personal-site/app/public
So the issue is broader than Ghostty. Spaces in file paths have the potential to break a number of things. So I wanted to flag this again as a possibly fix, to something such as /local-sites/. Might be difficulty
due to existing installs but the payoff is high for agentic coding.