dsh-gitbash
Runs DSH's stock bash tool on Git Bash for Windows, so commands go straight to bash -c instead of being re-parsed by the pwsh tool.
在 Windows 上把 DSH 原版 bash 工具挂到 Git Bash 上运行,命令直达 bash -c,不再经 pwsh 工具二次解析。
How to install
dsh plugin add dsh-git-bash About
dsh-gitbash --- 这个插件解决什么 **DSH 在 Windows 上把 shell 写死了只能用 PowerShell。** 工具列表里根本没有 bash 这个工具,于是模型想跑一段 bash,只能绕道: powershell 真实写照:命令必须穿过 PowerShell 和 bash 两层解析 & "C:\Program Files\Git\bin\bash.exe" -lc "echo \"dollar=\$HOME\" ; ls *.ts | head -3" 引号、反斜杠、$、单引号在两套规则里含义不同,写对一次全靠运气。**装本插件之后,同样的命令长这样:** bash echo "dollar=$HOME"; ls *.ts | head -3 命令字符串直达 bash -c,只按 bash 的规则解释一遍。 --- 四个优势 | # | 优势 | 说明 | |---|---|---| | 1 | **无需新增或切换预设** | 装到 profile 一层即可,ptc / standard / cordis 等预设都不用动,所有会话直接生效。 | | 2 | **直接进入可调用工具列表** | native 呈现下多出一个 bash 函数定义;PTC 呈现下自动多出一个 tools.bash(...) 绑定。不需要写任何包装工具。 | | 3 | **无…
Recommendation signals
Meta
- License
- MIT
- Language
- JavaScript
- GitHub stars
- 0
- mo. downloads
- –
- Last push
- 2026-09-24
- Created
- 2026-09-20
Basic safety check
- Findings
- None
- Sources
- curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-plugin
- Topics
- bash, deepseek-harness, dsh, dsh-plugin
Related plugins
mobile-mcp
mobile-next/mobile-mcp
Model Context Protocol Server for Mobile Automation and Scraping (iOS, Android, Emulators, Simulators and Real Devices)
davinci-resolve-mcp
samuelgursky/davinci-resolve-mcp
MCP server integration for DaVinci Resolve Studio
ssh-mcp
tufantunc/ssh-mcp
MCP server exposing SSH control for Linux servers via Model Context Protocol.