We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ff08f7 commit 32d00dcCopy full SHA for 32d00dc
1 file changed
gitfourchette/exttools/toolpresets.py
@@ -67,6 +67,7 @@ class ToolPresets:
67
"macOS Terminal": "assets:mac/terminal.scpt $COMMAND",
68
"kitty" : "kitty --single-instance $COMMAND", # single instance looks better in dock
69
"WezTerm" : "wezterm start $COMMAND", # 'start' instead of '-e' to reuse app instance
70
+ "Ghostty" : "open -na ghostty.app --args -e $COMMAND",
71
}
72
73
_windowsTerminals = {
@@ -84,6 +85,7 @@ class ToolPresets:
84
85
"Alacritty" : "alacritty -e $COMMAND",
86
"Contour" : "contour $COMMAND",
87
"foot" : "foot $COMMAND",
88
+ "Ghostty" : "ghostty -e $COMMAND",
89
"GNOME Terminal": "gnome-terminal -- $COMMAND",
90
"kitty" : "kitty $COMMAND",
91
"Konsole" : "konsole -e $COMMAND",
0 commit comments