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

26 lines
844 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: [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)]]