Files
nexus/wiki/concepts/tui.md

36 lines
1.2 KiB
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"
type: concept
aliases: [Text User Interface, 文本用户界面]
tags: [linux, interface, cli]
date: 2025-12-18
---
# TUI (Text User Interface)
在终端/命令行环境中运行的交互式图形化用户界面。
## Definition
TUI文本用户界面是通过终端模拟器呈现的交互式界面使用ASCII字符、ANSI颜色代码在文本模式下模拟图形化控件。相比GUITUI具有以下优势
- **高性能**:资源占用极低,在系统负载高时仍能流畅运行
- **SSH友好**:可通过远程连接访问,适合服务器管理
- **可脚本化**:易于集成到自动化工作流中
## Related Entities
- [[Btop++]] — TUI资源监控器作者首选
- [[Htop]] — TUI进程监控器
- [[Glances]] — 超轻量TUI监控器
- [[Bottom]] — TUI图表监控器
## Related Concepts
- [[GUI]] — 图形用户界面TUI的对立面
- [[CLI]] — 命令行界面TUI的底层基础
## Related Sources
- [[these-6-linux-apps-let-you-monitor-system-resources-in-style]]
## Connections
- [[TUI]] ← 应用类型 ← [[Btop++]], [[Htop]], [[Glances]], [[Bottom]]
- [[TUI]] ← 应用类型 ← [[SSH Remote Access]]