Skip to content

Commit 472877d

Browse files
committed
Add more terminal apps
1 parent ba62ae3 commit 472877d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

MarkEditMac/Modules/Sources/AppKitExtensions/Foundation/NSWorkspace+Extension.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ public extension NSWorkspace {
1010
func openTerminal() {
1111
let identifiers = [
1212
"com.googlecode.iterm2", // iTerm2
13+
"com.mitchellh.ghostty", // Ghostty
14+
"dev.warp.Warp-Stable", // Warp
15+
"com.github.wez.wezterm", // WezTerm
1316
"com.eltima.cmd1", // Commander One
1417
"com.csw.macwise", // MacWise
1518
"net.kovidgoyal.kitty", // Kitty

0 commit comments

Comments
 (0)