Build terminal interfaces that feel crafted, not generated. The terminal is constrained — fixed-width character grid, keyboard only, theme-dependent colors — and those constraints are a design feature.
Terminal UIs have no font choices. Instead, the character repertoire is the typography:
| Box-drawing (light) | ─│┌┐└┘├┤┬┴┼ | Standard borders, tables | | Box-drawing (rounded) | ╭╮╰╯ | Softer, modern feel | | Box-drawing (heavy) | ━┃┏┓┗┛┣┫┳┻╋ | Emphasis, headers | | Box-drawing (double) | ═║╔╗╚╝╠╣╦╩╬ | Formal, structured | | Block elements | █▓▒░▀▄▌▐ | Progress bars, density, fill |
@mariozechner/pi-tui 및 @mariozechner/pi-coding-agent를 사용하여 독특하고 정교하게 제작된 pi용 TUI 구성 요소를 만듭니다. 사용자 정의 구성 요소, 오버레이, 대화 상자, 대시보드, 위젯, 데이터 시각화, 애니메이션 요소, 게임과 유사한 인터페이스 또는 모든 시각적 TUI가 pi 확장 프로그램이나 사용자 정의 도구 내에서 작동하는 대화형 터미널 UI를 구축할 때 사용합니다. 'TUI 구성 요소 구축', '대시보드 만들기', '오버레이 생성', '대화형 위젯', '터미널 UI', '사용자 정의 구성 요소', 'pi-tui' 또는 시각적 대화형 터미널 인터페이스를 생성하기 위한 모든 요청에 대해 트리거됩니다. 기존 TUI 구성요소를 미화하거나 재설계할 때도 사용합니다. 출처: joelhooks/pi-tools.