Auto-sync: 2026-04-16 17:30

This commit is contained in:
2026-04-16 17:30:41 +08:00
parent b2250c60b2
commit c999498de4
662 changed files with 3797 additions and 21340 deletions

26
wiki/concepts/TUI.md Normal file
View File

@@ -0,0 +1,26 @@
---
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)]]