We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba62ae3 commit 472877dCopy full SHA for 472877d
MarkEditMac/Modules/Sources/AppKitExtensions/Foundation/NSWorkspace+Extension.swift
@@ -10,6 +10,9 @@ public extension NSWorkspace {
10
func openTerminal() {
11
let identifiers = [
12
"com.googlecode.iterm2", // iTerm2
13
+ "com.mitchellh.ghostty", // Ghostty
14
+ "dev.warp.Warp-Stable", // Warp
15
+ "com.github.wez.wezterm", // WezTerm
16
"com.eltima.cmd1", // Commander One
17
"com.csw.macwise", // MacWise
18
"net.kovidgoyal.kitty", // Kitty
0 commit comments