dev-manager-tauri/.blueprint/modules/shell-launch.md
lanrtop 0cdaa3678c feat: add Blueprint feature to ProjectCard and commands
- Introduced BlueprintModal in ProjectCard for project blueprint visualization.
- Added state management for displaying the BlueprintModal.
- Implemented Blueprint-related interfaces and functions in commands.ts for handling blueprint data.
2026-04-02 19:12:53 +09:00

506 B
Raw Permalink Blame History

id name status progress
shell-launch 编辑器 & 终端启动 done 100

概述

从应用内一键打开编辑器VS Code、Cursor 等)和终端,支持 Windows 路径和 WSL 路径。

任务卡

打开编辑器

  • status: done
  • files: src-tauri/src/commands/shell.rs

调用配置的编辑器打开项目目录。

打开终端

  • status: done
  • files: src-tauri/src/commands/shell.rs

打开终端并 cd 到项目目录,支持 Windows Terminal、PowerShell 等。