Files
ghostty/macos
Jon Parise a9e79ae74f macos: quote input strings used for shell commands (#10583)
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
2026-02-05 09:45:00 -05:00
..
2026-01-20 09:15:14 -08:00
2023-02-19 10:44:53 -08:00