qichuang321/dsh-web-terminal
qichuang321★ 2JavaScript最后同步: 2026-08-14
—
README 摘要
dsh-web-terminal A terminal dock merged into the DSH web GUI: hideable , split-screen with the chat column when visible, and integrable with terminal-designed TUI plugins . - Hide / show : header button or Ctrl+ — the dock, the xterm instance and the PTY session all survive the toggle (nothing is torn down; VS Code style). - Split-screen : the dock is absolutely docked into the bottom band of the center column; the chat keeps its own scrollport above; height is draggable (120–900 px) and persisted in localStorage ( dsh.webTerminal.v1 ). - TUI integration : any terminal-designed TUI runs unchanged inside the PTY (vim, htop, tianshu-tui, …), plus an extension API so plugins can register their own views. Install The plugin mounts via cordis.patch.yml (bundle patch layer, dsh-ssh pattern): host half = lib/index.js (node-pty PTY + WebSocket bridge + registry service), browser half = lib/client.js (the dock). Architecture Piece File Notes Plugin entry (host) src/index.ts webServer inject, routes + webTerminal service under ctx.effect Routes + WS terminal src/routes.ts loopback fence, WebSocketServer({noServer:true}) , 1MB/512KB backpressure PTY layer src/pty.ts node-pty direct ( ^1.1.0 ,…
在 GitHub 查看完整 README →分类
A public gallery of animated pets for Codex, Claude Code, DeepSeek Harness, Hermes, OpenCode, Gemini CLI, and more.
★ 3,820
hyhmrright/brooks-lintAI code reviews grounded in 12 classic engineering books — decay risk diagnostics with book citations, severity labels, and 6 analysis modes including full-sweep auto-fix
★ 1,338
ccch1mneyyy/dsh-TUI解决DSH 官方尚无终端 TUI 痛点的补位之作,献给偏爱cli的各位极客:Claude Code 风格全屏交互终端插件——像素鲸鱼顶栏、实时工作状态行、思考流式展开、双击 Esc 回滚、上下文进度条 + TPS 仪表。npm 一键安装。
★ 1,141