26 lines
844 B
Markdown
26 lines
844 B
Markdown
---
|
||
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)]]
|