We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Ghostty
1 parent c11fe16 commit df06720Copy full SHA for df06720
1 file changed
src/Models/ShellOrTerminal.cs
@@ -60,6 +60,7 @@ static ShellOrTerminal()
60
new ShellOrTerminal("foot", "Foot", "foot"),
61
new ShellOrTerminal("wezterm", "WezTerm", "wezterm", "start --cwd ."),
62
new ShellOrTerminal("ptyxis", "Ptyxis", "ptyxis", "--new-window --working-directory=."),
63
+ new ShellOrTerminal("ghostty", "Ghostty", "ghostty"),
64
new ShellOrTerminal("kitty", "kitty", "kitty"),
65
new ShellOrTerminal("custom", "Custom", ""),
66
};
0 commit comments