DeepSeek Harness 插件

dsh-tui-keys

Keybinding cheatsheet panel for dsh-TUI: /keys opens a grouped, searchable full-screen list of all TUI keyboard shortcuts.(英文原文)

跳到安装方式

来源信息

GitHub 仓库
FUSU123fusu/dsh-tui-keys
最近更新
2026年8月17日
分类
插件开发工具
GitHub stars
0
载体类型
plugin
目录证据
上游声明已找到 dsh.bundle
证据路径
package.json#dsh.bundle
核对版本
0.1.0-rc.8
上游核对日期
2026-08-20

该证据由上游目录提供。本站没有安装、运行或安全审核这个插件。

安装

默认先复制一段 Prompt,让 Agent 读 GitHub 仓库和源码;需要自己装时再切到命令。

复制这段 Prompt,发给 DSH、Codex 或其他 Agent,让它先读 GitHub 仓库和源码。

请先不要安装或执行任何命令。阅读这个插件的 GitHub 仓库、README 和关键源码,然后用清楚、直接的方式回答以下问题,帮助我判断它是否适合我的需求:

1. 这个插件是什么,解决什么问题;
2. 适合哪些用户和典型使用场景;
3. 安装后如何使用,并给出一个最小使用示例;
4. 有哪些已知限制,以及隐私、安全、兼容性或维护风险;
5. 给出“推荐 / 有条件推荐 / 不推荐”的明确建议和理由。

请区分仓库明确说明、根据源码推断和未知信息。证据不足时请明确说明,不要猜测或照抄 README。

GitHub:https://github.com/FUSU123fusu/dsh-tui-keys
插件名:dsh-tui-keys
作者:FUSU123fusu

检查来源文件

安装前先看这个插件目录里的 README 和其他文件。

文件资源管理器3 个文件
README.md来源说明 · 只读预览

dsh-tui-keys

> 适用于 dsh-TUIdshtui.com)的社区插件。

dsh-TUI 的快捷键速查表面板:/keys 打开一个全屏、分组、可搜索的键位列表——输入编辑、会话历史、视图面板、模式切换、通用退出,一目了然。上游 issue #113 要的是可配置键位(那是核心侧的工作);这个插件补的是另一半:可发现性

[English](#english) below.

用法

/keys     " 打开键位速查面板

面板内:↑/↓ 移动(分组标题自动跳过)· PgUp/PgDn 翻页 · / 进入搜索(跨键位与中英文描述过滤)· Esc 先清空搜索、再退出面板。

宿主不支持 scene(web、headless)时退化为分组文本列表。界面语言跟随 /lang(zh/en)。

覆盖范围与漂移说明

键位数据(lib/bindings.js)对照 dsh-TUI 0.8.x 的真实来源逐条核对:docs/interaction.md / docs/interaction.en.md,以及 PromptInput.tsx / Chat.tsx 等处的 useInput 处理逻辑。TUI 迭代很快,这份清单是快照、不是权威——发现漂移欢迎提 issue 或 PR 更新 lib/bindings.js 一个文件即可。

安装

dsh plugin --profile <你的profile> add dsh-tui-keys

或从源码:npm packdsh plugin --profile <你的profile> add file:<tgz路径>

开发

node --test    " 单元测试(数据完整性、搜索过滤、manifest 准入)

零运行时依赖;cordis 契约(name + apply),TUI scene 走 tuiScenes 运行时探测。

---

English

A keybinding cheatsheet panel for dsh-TUI: /keys opens a grouped, searchable full-screen list of every TUI keyboard shortcut. Upstream issue #113 asks for configurable keybindings — that's core work; this plugin is the lightweight complement: discoverability.

  • Inside the panel: ↑/↓ move (group headers are skipped) · PgUp/PgDn page · / to search across keys and both zh/en descriptions · Esc clears the search first, then closes.
  • Degrades to a grouped text list on hosts without the scene seam; UI follows /lang.

Drift caveat: the catalogue in lib/bindings.js targets dsh-TUI 0.8.x and was cross-checked entry by entry against docs/interaction*.md and the useInput handlers in PromptInput.tsx / Chat.tsx. The TUI moves fast — this list is a snapshot, not the ground truth. Updating it means editing one file; issues and PRs welcome.

Zero runtime dependencies; cordis contract (name + apply); the TUI scene is a runtime probe via tuiScenes.

MIT