Skip to content

作者自荐:dsh-win32(Windows 上的极简模式持久 shell) - #63

Closed
sjh9714 wants to merge 1 commit into
bruc3van:mainfrom
sjh9714:showcase-dsh-win32
Closed

作者自荐:dsh-win32(Windows 上的极简模式持久 shell)#63
sjh9714 wants to merge 1 commit into
bruc3van:mainfrom
sjh9714:showcase-dsh-win32

Conversation

@sjh9714

@sjh9714 sjh9714 commented Aug 16, 2026

Copy link
Copy Markdown
Contributor

作者自荐,仓库是我自己维护的。

解决什么问题

Windows 上选极简模式会直接报 terminal inspection is unsupported on platform win32,持久 shell 和依赖它的极简模式整个用不了。原因是调用顺序上先解析平台 inspector 再 spawn PTY,inspector 在前,所以重装 node-pty 或换 Node 版本都不会有变化。这个插件补上官方缺的 win32 ProcessInspector。

另外还有一个沙箱变体。workspace-write 用受限令牌,Git Bash 这类 MSYS shell 在 cygheap 初始化就死,所以现有 Windows 方案基本都要求 danger-full-access。这个变体换成 busybox-w32 的 ash,没有 cygheap,在受限令牌下能活。

适合谁

Windows 上用 DSH 极简模式的人,尤其是不想把权限开到 danger-full-access 的。

自检

  • 公开仓库,带 dsh-plugin Topic,简介已填
  • 是可安装的 DSH 插件本身(npm dsh-win32),不是目录站或榜单
  • MIT,69 个单测,3 系统 CI 矩阵
  • node scripts/validate-curated.mjs 本地通过(30 showcase repositories checked)

改动

  • SHOWCASE.md 中英两个列表末尾各追加一行
  • 列表已满 30 条,按先进先出移除最旧的一条(dsh-session-deeplink
  • 两个 README 首页自荐预览同步为列表末尾最近 10 条

@bruc3van

Copy link
Copy Markdown
Owner

感谢自荐!根据最新贡献规则(CONTRIBUTING.md「作者自荐」),自荐收录要求仓库 Star 数超过 10 个(>10)。sjh9714/dsh-win32 当前为 6 个 Star,未达门槛,因此关闭本 PR。欢迎超过 10 个 Star 后重新提交。

Thanks for the self-promotion! Per the updated contributing rules, the author showcase now requires more than 10 stars. sjh9714/dsh-win32 currently has 6 star(s), so this PR is closed. Feel free to resubmit once it passes 10 stars.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants