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
14 lines
197 B
Text
14 lines
197 B
Text
# Xcode
|
|
.build/
|
|
DerivedData/
|
|
*.xcuserstate
|
|
xcuserdata/
|
|
|
|
# macOS
|
|
.DS_Store
|
|
|
|
# Swift Package Manager
|
|
.swiftpm/
|
|
|
|
# GhosttyKit binary (rebuild from /tmp/ghostty with zig build)
|
|
GhosttyKit.xcframework/
|