mirror of
https://github.com/farion1231/cc-switch.git
synced 2026-07-24 12:44:18 +08:00
9620a8c769
Add Tabby (https://github.com/Eugeny/tabby) as a preferred terminal option across all three platforms: - macOS: launch via `open -na Tabby --args run` with login shell - Windows: search multiple executable candidates (PATH, LOCALAPPDATA, ProgramFiles) and launch via `tabby run cmd /K` - Linux: add `tabby` and `tabby-terminal` to the auto-detection list Also includes: - Session manager integration with login-shell command wrapping - Terminal selector UI entries for all platforms - i18n labels (zh/en/ja) - Unit tests for Tabby arg building (with/without cwd) Closes https://github.com/farion1231/cc-switch/issues/1708