2 Repos
UI structures that divide the terminal screen into multiple independent functional areas.
Distinct from Terminal UI Frameworks: Focuses on the split-screen layout architecture rather than the general framework for building TUIs.
Explore 2 awesome GitHub repositories matching user interface & experience · Multi-Panel Layouts. Refine with filters or upvote what's useful.
Unopinionated utilities for resizeable split views
Supports float, flex, and grid layout modes with separate utilities for broad browser compatibility.
Television is a terminal-based search launcher that provides real-time fuzzy matching across multiple data sources, including files, git repositories, environment variables, shell history, and custom user-defined channels. It presents a multi-panel terminal interface where search results, previews, and input are displayed simultaneously, with a frecency-based ranking engine that combines match quality with the frequency and recency of past selections to surface the most relevant entries. The project is built around a declarative, TOML-driven architecture where search channels, previews, and a
Renders a split-screen TUI with separate panels for results, previews, and input using terminal escape sequences.