746 B
746 B
title, type, tags, sources, last_updated
| title | type | tags | sources | last_updated | ||||
|---|---|---|---|---|---|---|---|---|
| TUI (Text User Interface) | concept |
|
|
2025-12-18 |
Definition
TUI(文本用户界面)是一种基于终端文本的界面类型,区别于 GUI(图形用户界面),通过键盘操作和终端输出进行交互。
Key Characteristics
- 响应迅速,即使 GUI 卡顿也能正常运行
- 可通过 SSH 远程访问
- 资源占用低
- 主要使用键盘操作
Examples
Connections
- GUI ← 对比 → TUI (Text User Interface)
- SSH ← 远程访问 → TUI (Text User Interface)