Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions gitfourchette/exttools/toolpresets.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ class ToolPresets:
"macOS Terminal": "assets:mac/terminal.scpt $COMMAND",
"kitty" : "kitty --single-instance $COMMAND", # single instance looks better in dock
"WezTerm" : "wezterm start $COMMAND", # 'start' instead of '-e' to reuse app instance
"Ghostty" : "open -na ghostty.app --args -e $COMMAND",
}

_windowsTerminals = {
Expand All @@ -84,6 +85,7 @@ class ToolPresets:
"Alacritty" : "alacritty -e $COMMAND",
"Contour" : "contour $COMMAND",
"foot" : "foot $COMMAND",
"Ghostty" : "ghostty -e $COMMAND",
"GNOME Terminal": "gnome-terminal -- $COMMAND",
"kitty" : "kitty $COMMAND",
"Konsole" : "konsole -e $COMMAND",
Expand Down