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

View File

@@ -0,0 +1,25 @@
---
title: TUI (Text User Interface)
type: concept
tags: [user-interface, terminal, linux]
sources:
- These 6 Linux apps let you monitor system resources in style
last_updated: 2025-12-16
---
## Definition
文本用户界面Text User Interface基于终端文本显示的用户界面类型区别于 GUI 的图形化界面。
## Key Features
- 响应迅速,即使在 GUI 卡顿情况下也能正常运行
- 通过 SSH 远程访问友好
- 键盘驱动操作
- 资源占用低
- 典型工具Btop++、Htop、Glances、Bottom
## Connections
- [[Btop++]] ← 使用 → [[TUI (Text User Interface)]]
- [[Htop]] ← 使用 → [[TUI (Text User Interface)]]
- [[Glances]] ← 使用 → [[TUI (Text User Interface)]]
- [[Bottom]] ← 使用 → [[TUI (Text User Interface)]]
- [[GUI]] ← 对比 → [[TUI (Text User Interface)]]