chuyue-yue/dsh-plugin-manager ↗★ 0
dsh-plugin-installer-ui
在「设置 → 插件」中新增「安装插件」页签的图形化插件管理器。
AI 分析
无需手动修改配置文件,直接在 Web 界面输入包名或命令即可在线添加或移除插件。适合不熟悉命令行操作、追求开箱即用体验的用户。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:chuyue-yue/dsh-plugin-manager说明文档
阅读完整 README ↗Usage
In the tab, the input accepts three formats:
| Input | Effect |
|---|---|
| `dsh plugin --profile web add | |
| ` | Install a plugin (full command) |
| ` | |
| ` | Install a plugin (add is the default) |
| `remove | |
| ` | Remove a plugin |
Installation requires network access and pnpm; if pnpm is not found, install it first and retry.