@mattismegevand/dsh-open
为 DSH Web 提供 Codex 风格的工作区快速打开菜单,支持调用外部编辑器或终端(需 dsh-dock 支持)。
AI 分析
核心用途是快速在本地编辑器(如 VS Code)或系统文件管理器中打开当前工作区文件。适合需要频繁在 DSH 与本地开发工具间切换的用户。
安裝
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:mattismegevand/dsh-open說明文件
閱讀完整 README ↗Configuration
- id: open
name: '@mattismegevand/dsh-open'
config:
preferredAction: visual
terminalPanelId: terminal
maxRequestBytes: 8192
launchTimeoutMs: 10000
The configured action is the initial preference for a fresh browser profile. Menu selection updates a browser-local preference. $VISUAL and $EDITOR are resolved on PATH and deduplicated. The file-manager action uses Finder on macOS, File Explorer on Windows, and the system opener on Linux.