Ghostty-based macOS terminal with vertical tabs and notifications for AI coding agents https://cmux.com
Find a file
Lawrence Chen c5bd543fe0 Initial commit: macOS terminal app with vertical tabs using libghostty
Features:
- Vertical tabs sidebar with SwiftUI
- Terminal emulation via GhosttyKit.xcframework (libghostty)
- Keyboard shortcuts: Cmd+T/N, Ctrl+Shift+` (new tab), Cmd+W (close),
  Cmd+Shift+[/], Ctrl+Tab (navigation), Cmd+1-9 (jump to tab)
- Reads Ghostty config from ~/Library/Application Support/com.mitchellh.ghostty/config
- Metal-based rendering
2026-01-22 01:16:24 -08:00
GhosttyTabs.xcodeproj Initial commit: macOS terminal app with vertical tabs using libghostty 2026-01-22 01:16:24 -08:00
scripts Initial commit: macOS terminal app with vertical tabs using libghostty 2026-01-22 01:16:24 -08:00
Sources Initial commit: macOS terminal app with vertical tabs using libghostty 2026-01-22 01:16:24 -08:00
.gitignore Initial commit: macOS terminal app with vertical tabs using libghostty 2026-01-22 01:16:24 -08:00
CLAUDE.md Initial commit: macOS terminal app with vertical tabs using libghostty 2026-01-22 01:16:24 -08:00
ghostty.h Initial commit: macOS terminal app with vertical tabs using libghostty 2026-01-22 01:16:24 -08:00
GhosttyTabs-Bridging-Header.h Initial commit: macOS terminal app with vertical tabs using libghostty 2026-01-22 01:16:24 -08:00
Package.resolved Initial commit: macOS terminal app with vertical tabs using libghostty 2026-01-22 01:16:24 -08:00
Package.swift Initial commit: macOS terminal app with vertical tabs using libghostty 2026-01-22 01:16:24 -08:00