dsh plugins中文
← Back to popular plugin directory

Windows Multi-Shell Tool

MAXeaglet/dsh-bash-terminal · devops

Give DeepSeek Harness one Windows command interface for PowerShell, Git Bash, and WSL.

★ 9GitHub stars
2Forks
2026-08-15Last updated
JavaScriptLanguage
MITLicense

Project overview

DSH(DeepSeek Harness)插件:一个 shell 工具,在 Windows 上统一执行 PowerShell / Git Bash / WSL 三种终端命令。 后端 · 实际执行 · 语法 / 路径 · 环境变量 后端: powershell(默认) · 实际执行: pwsh -NoLogo -NoProfile -NonInteractive -Command · 语法 / 路径: PowerShell;C:\... · 环境变量: $env:NAME 后端: gitbash · 实际执行: Git for Windows bash -lc · 语法 / 路径: POSIX;/d/WorkSpace;PATH 含 /usr/bin、/mingw64/bin · 环境变量: $NAME 后端: wsl · 实际执行: wsl [-d ] -e bash -lc · 语法 / 路径: Linux;/mnt/d/... · 环境变量: $NAME(经 WSLENV)

Install command

dsh plugin --profile web add github:MAXeaglet/dsh-bash-terminal
View GitHub repository ↗Back to popular plugin directory