Files
ghostty/src/config
Mitchell Hashimoto b7ffbf933f macos: open URLs with NSWorkspace APIs instead of open
Fixes #5256

This updates the macOS apprt to implement the `OPEN_URL` apprt action to
use the NSWorkspace APIs instead of the `open` command line utility.

As part of this, we removed the `ghostty_config_open` libghostty API and
instead introduced a new `ghostty_config_open_path` API that returns the
path to open, and then we use the `NSWorkspace` APIs to open it (same
function as the `OPEN_URL` action).
2025-07-06 21:01:01 -07:00
..
2025-03-12 09:55:52 -07:00
2025-03-11 14:39:04 -07:00
2025-07-06 12:56:43 -07:00
2023-09-11 09:17:29 -07:00
2025-05-26 21:50:14 -06:00
2025-03-12 10:04:17 -07:00
2025-03-11 14:39:04 -07:00
2023-09-23 22:46:16 -07:00