mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-16 08:46:08 +03:00

Some opener commands (like macOS's open) finish immediately after running, while others (xdg-open) do not, staying alive until the application that was opened itself terminates. For now, we explicitly state whether or not we should wait for a command. Eventually we may want to do something more generic (e.g. wait for some predetermined amount of time and if the process does not complete, give up without collecting stderr).