mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-04-14 19:45:49 +00:00
When we're building an input string that's explicitly meant to be used as a shell command, quote it using the same logic as Python's `shlex.quote` function. This specifically addresses issues we've seen when open(1)'ing Ghostty with filename arguments that contain spaces. See #2633, #3030