Files
nexus/wiki/concepts/TUI.md
2026-04-16 17:30:41 +08:00

27 lines
746 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "TUI (Text User Interface)"
type: concept
tags: [Linux, 用户界面, 系统监控]
sources: ["https://www.howtogeek.com/these-linux-apps-let-you-monitor-system-resources-in-style/"]
last_updated: 2025-12-18
---
## Definition
TUI文本用户界面是一种基于终端文本的界面类型区别于 GUI图形用户界面通过键盘操作和终端输出进行交互。
## Key Characteristics
- 响应迅速,即使 GUI 卡顿也能正常运行
- 可通过 SSH 远程访问
- 资源占用低
- 主要使用键盘操作
## Examples
- [[Btop++]]
- [[Htop]]
- [[Glances]]
- [[Bottom]]
## Connections
- [[GUI]] ← 对比 → [[TUI (Text User Interface)]]
- [[SSH]] ← 远程访问 → [[TUI (Text User Interface)]]