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

844 B
Raw Blame History

title, type, tags, sources, last_updated
title type tags sources last_updated
TUI (Text User Interface) concept
user-interface
terminal
linux
These 6 Linux apps let you monitor system resources in style
2025-12-16

Definition

文本用户界面Text User Interface基于终端文本显示的用户界面类型区别于 GUI 的图形化界面。

Key Features

  • 响应迅速,即使在 GUI 卡顿情况下也能正常运行
  • 通过 SSH 远程访问友好
  • 键盘驱动操作
  • 资源占用低
  • 典型工具Btop++、Htop、Glances、Bottom

Connections