dsh-git-statusline
Compact Git status line for DSH Web: the current branch, staged and unstaged line changes, ahead/behind commit counts against upstream, and a clean-worktree marker — placeable in the sidebar footer, the session header, or above/below the composer, with the position switched on the settings page.
DSH Web 的紧凑 Git 状态行:显示当前分支、已暂存与未暂存的行数改动、相对 upstream 的领先/落后提交数以及工作区干净标记;可放在侧边栏底部、会话标题栏或输入框上方/下方,位置在设置页切换。
How to install
dsh plugin add github:pinzza/dsh-git-statusline About
dsh-git-statusline DSH Web 的紧凑 Git 状态插件,参考 ccstatusline-zh 的 Git widgets。显示位置可在设置页切换:侧边栏底部(默认)、会话顶部标题后方、对话框上方、对话框下方,或关闭。 显示格式: text main (+16,-2) ↑2 ↓1 (+16,-2):已暂存和未暂存文本改动的新增/删除行数。 ↑2:当前分支相对 upstream 待推送的提交数。 ↓1:当前分支相对 upstream 待拉取的提交数。 ✓:工作区干净,且相对 upstream 没有领先或落后。 无 upstream 时不会显示错误的“已推送”结论,悬停提示会说明无法判断。 显示位置 设置 → **Git 状态栏** → 显示位置。选择保存在浏览器 localStorage(键 dsh-git-statusline:config),改完立即生效,无需重启 DSH。 | 位置 | DSH 插槽 | 形态 | | --- | --- | --- | | 侧边栏底部(默认) | sidebar.footer.action | 侧边栏一行;收起成 56px 轨道时退化为 ↑ / ↓ / ± / ✓ 单字符 | | 会话顶部标题后方 | conversation.session.header.actions | 标题栏内的小 chip | | 对话框上方 |…
Recommendation signals
Meta
- License
- MIT
- Language
- JavaScript
- GitHub stars
- 0
- mo. downloads
- –
- Last push
- 2026-09-21
- Created
- 2026-09-13
Links
Basic safety check
- Findings
- curated 收录但无 npm 包/安装命令
- Sources
- curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-plugin
- Topics
- dsh-plugin
Related plugins
dsh-web
zhu1090093659/dsh-web-ui/tree/main/packages/dsh-git-graph
Git branch selector and Git graph for the dsh web GUI: switch branches and explore branch-lane and commit history from the conversation header.
dsh-web
zhu1090093659/dsh-web/tree/main/packages/dsh-git-graph
Git branch selector and Git graph for the dsh web GUI: switch branches and explore branch-lane and commit history from the conversation header.
DSH_VsCodeMode
Lenonss/DSH_VsCodeMode
VSCode-style editing experience for DeepSeek Harness: a Monaco-based central file editor (tabs, Ctrl+P quick open, status bar) and interactive diff review of agent edit/write results with per-change Keep/Undo, rollback and archiving, persisted across restarts.
dsh-github
PerryLink/dsh-github
Official-grade GitHub CI integration: a composite action.yml, a polling PR review bot with idempotent inline comments and a status-check gate, plus PR/issues tools with every write gated by human approval.