summaryrefslogtreecommitdiff
path: root/src/cli/ghostty.zig
AgeCommit message (Collapse)Author
2025-10-03Zig 0.15: zig build test Mitchell Hashimoto
2025-07-14cli/gtk: add +new-window actionJeffrey C. Ollie
This will (on GTK) use a D-Bus method call to tell a running Ghostty instance to open a new window. If D-Bus activation is configured properly, Ghostty does not need to be running first. This could be extended to other platforms, e.g. AppleScript on macOS eventually. When Ghostty develops a native API, that could be used instead to create a new window.
2025-07-09cli: make the action parser (+foo) generic and reusableMitchell Hashimoto