·building-tui-apps
{}

building-tui-apps

mhagrelius/dotfiles

在构建交互式终端仪表板或全屏终端应用程序时使用;在实现键盘导航、实时数据更新或多面板布局时;当 TUI 闪烁、缓慢或无响应时;处理终端调整大小事件时

30安装·0热度·@mhagrelius

安装

$npx skills add https://github.com/mhagrelius/dotfiles --skill building-tui-apps

SKILL.md

TUIs are reactive terminal interfaces. Unlike CLIs (single operation → exit), TUIs maintain state, handle events, and update displays continuously. Think of them as web apps for the terminal.

TUI is right when: Dashboard monitoring, file browsers, log viewers, interactive data exploration, multi-step wizards with navigation CLI is better when: Single operation, piping output, scripting, simple progress display

| Language | Full TUI Framework | Simple Interactive |

在构建交互式终端仪表板或全屏终端应用程序时使用;在实现键盘导航、实时数据更新或多面板布局时;当 TUI 闪烁、缓慢或无响应时;处理终端调整大小事件时 来源:mhagrelius/dotfiles。

查看原文

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/mhagrelius/dotfiles --skill building-tui-apps
分类
{}数据分析
认证
收录时间
2026-02-01
更新时间
2026-02-18

快速解答

什么是 building-tui-apps?

在构建交互式终端仪表板或全屏终端应用程序时使用;在实现键盘导航、实时数据更新或多面板布局时;当 TUI 闪烁、缓慢或无响应时;处理终端调整大小事件时 来源:mhagrelius/dotfiles。

如何安装 building-tui-apps?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/mhagrelius/dotfiles --skill building-tui-apps 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用

这个 Skill 的源码在哪?

https://github.com/mhagrelius/dotfiles