vibetunnel/VibeTunnel
Peter Steinberger 75203f79ab Change AppleScript strategy to use clipboard copy/paste
Instead of typing commands character by character, which can be slow
and error-prone with special characters, we now:
1. Copy the command to clipboard using NSPasteboard
2. Use Cmd+V to paste it in the terminal
3. Press Enter to execute

This approach is more reliable, faster, and handles special characters
better. Terminal.app continues to use 'do script' since it supports
it natively.
2025-06-18 09:58:34 +02:00
..
AppIcon.icon Add new icon 2025-06-16 04:42:13 +02:00
Assets.xcassets Add icon old-style 2025-06-17 03:02:22 +02:00
Core Spawn new Terminal 2025-06-18 04:52:11 +02:00
Presentation fixes startup flicker 2025-06-18 04:48:06 +02:00
Resources Fix vt 2025-06-17 12:57:02 +02:00
Utilities Change AppleScript strategy to use clipboard copy/paste 2025-06-18 09:58:34 +02:00
app-config.plist Add macOS app foundation with release infrastructure (#1) 2025-06-15 23:14:29 +02:00
Info.plist Spawn new Terminal 2025-06-18 04:52:11 +02:00
Local.xcconfig.template Use shared.xcconfig 2025-06-17 18:13:38 +02:00
Shared.xcconfig Add window size animation for Settings and build script for tty-fwd 2025-06-16 03:45:06 +02:00
sparkle-public-ed-key.txt Add Sparkle public key 2025-06-17 01:30:51 +02:00
version.xcconfig Improve CLI tool detection in Advanced Settings 2025-06-17 03:26:05 +02:00
VibeTunnel.entitlements Fix tty-fwd SIGKILL issue by adding entitlements and signing script 2025-06-16 07:19:03 +02:00
VibeTunnelApp.swift Spawn new Terminal 2025-06-18 04:52:11 +02:00