TommyFang2077/git-clis-dsh ↗★ 0
@tommyfang/git-clis-dsh
适用于 GitHub (gh) 和 Gitea (tea) CLI 的 DSH 插件:支持检测/安装、引导式 Token 配置及 Issue 操作。
AI 分析
核心用于简化 Git 命令行工具的配置与使用。适合需要在 DSH 中通过引导快速配置 GitHub/Gitea 凭证并管理 Issue 的用户。
安裝
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:TommyFang2077/git-clis-dsh說明文件
閱讀完整 README ↗配置引导流程
gitclis_configure method=auto→ 获取当前状态和「下一步选项菜单」- 用
ask_user_question把菜单呈现为选项,一次一步 - 按所选分支执行:
- 缺 CLI →
gitclis_install cli=gh|tea|both - 环境 token →
gitclis_configure method=env - 浏览器 OAuth(GitHub)→
gitclis_configure method=web拿设备码 → 用户授权 →method=poll验证 - 手动 →
gitclis_set_token
- 缺 CLI →
- 用
gitclis_status验证