Files
ghostty/src
Mitchell Hashimoto 984d123fe4 macos: support configuration via CLI arguments
This makes it so `zig build run` can take arguments such as
`--config-default-files=false` or any other configuration. Previously,
it only accepted commands such as `+version`.

Incidentally, this also makes it so that the app in general can now take
configuration arguments via the CLI if it is launched as a new instance
via `open`. For example:

    open -n Ghostty.app --args --config-default-files=false

This previously didn't work. This is kind of cool.

To make this work, the libghostty C API was modified so that
initialization requires the CLI args, and there is a new C API to try to
execute an action if it was set.
2025-07-05 21:31:23 -07:00
..
2025-05-21 10:20:09 -07:00
2025-05-26 21:50:14 -06:00
2025-01-18 22:47:18 +09:00
2025-05-21 10:20:09 -07:00
2025-07-04 14:12:18 -07:00
2025-05-26 21:50:14 -06:00
2025-06-27 09:12:20 -07:00
2025-07-04 14:12:18 -07:00
2025-03-11 14:39:04 -07:00
2025-03-11 14:53:30 -07:00
2025-07-04 14:12:18 -07:00
2024-08-16 14:35:10 -07:00
2022-08-18 11:42:32 -07:00
2025-06-21 14:11:50 -07:00
2025-05-09 10:01:05 -07:00
2024-08-16 10:36:10 -07:00