Files
cc-switch/src-tauri/src
Jason 00168877d9 fix(terminal): use temp script files to avoid escaping issues on all platforms
- macOS: Replace inline AppleScript commands with temp .sh script file
- Linux: Use temp .sh script file instead of inline bash -c command
- Windows: Add proper error capturing with output() instead of spawn()
- Remove unused escape_shell_path and generate_wrapper_script functions
- Unified approach across platforms for better maintainability
2026-01-20 22:21:01 +08:00
..
2026-01-11 20:50:54 +08:00
2025-12-31 22:57:00 +08:00
2026-01-20 21:02:44 +08:00
2025-11-22 19:18:35 +08:00
2025-12-05 11:26:41 +08:00