8 个仓库
Utilities and controls for managing the structural layout, alignment, and visual presentation of terminal-based interface elements.
Explore 8 awesome GitHub repositories matching user interface & experience · Interface Layout Utilities. Refine with filters or upvote what's useful.
This project is a terminal emulator that provides a modern command-line interface with support for tabbed navigation, GPU-accelerated text rendering, and comprehensive Unicode character display. It functions as a host for multiple shell sessions, managing them as independent processes within a unified windowing environment while maintaining compatibility with legacy console applications through a robust sequence parsing engine. Beyond its role as a standalone application, the project is built on a modular architecture that exposes its core logic as a reusable library. This design allows devel
Offers a reusable UI widget that integrates native terminal functionality directly into external desktop applications.
This project is a general-purpose command-line filter that provides an interactive interface for processing standard input streams. It enables real-time fuzzy searching, data selection, and transformation, allowing users to navigate complex information or file systems directly within their terminal. By utilizing a pipe-oriented architecture, it integrates into existing shell pipelines and workflows to facilitate efficient data exploration. What distinguishes this tool is its highly extensible, event-driven design that allows for deep integration with external processes. It supports asynchrono
Toggles word-level line wrapping in list and preview windows to enhance text readability via command-line options.
xi-editor is a high-performance text editor core written in Rust. It employs a client-server architecture that separates the backend editor logic from the user interface, allowing diverse frontends to communicate with the core via a standardized protocol. The project is distinguished by its use of rope-based text buffers for efficient manipulation of large documents and a collaborative engine powered by conflict-free replicated data types to synchronize concurrent edits. It further features an extensible plugin system that integrates external binaries and third-party tools through JSON-based
Distributes the word wrapping process across multiple CPU cores to improve performance on large files.
This project is a terminal user interface library for Node.js, designed to facilitate the construction of interactive command-line applications. It provides a comprehensive toolkit of high-level widgets that abstract complex terminal escape codes and rendering logic, allowing developers to build functional interfaces using reusable components. The framework distinguishes itself by implementing a box-model-based layout engine and a virtual DOM-style reconciliation system. These mechanisms enable responsive design patterns—such as percentage-based sizing and relative positioning—to function wit
Manages structural layout and alignment of interface elements using coordinates and percentage-based sizing.
Kakoune is a scriptable, modal text editor for the terminal that employs a client-server architecture. This model allows multiple terminal windows to connect to a single editing session, providing a programmable environment for managing source code and text. The editor is distinguished by its selection-first logic, where a text region must be predefined before a command is applied. It leverages regular expressions to manage multiple cursors and perform bulk edits across complex text patterns, and it integrates deeply with the shell by piping selections through external programs and filters.
The editor performs soft wrapping of buffer text based on window width.
This project is a framework for composing terminal interfaces through declarative styling and a grid-based layout engine. It provides a comprehensive toolkit for building responsive command-line applications by managing ANSI escape sequences, color profiles, and text rendering to ensure consistent visual output across different terminal environments. The library distinguishes itself through its ability to automatically detect terminal capabilities and background themes, allowing it to adjust color schemes and downsample profiles for optimal readability. It utilizes a layered composition model
Manages automatic text wrapping within boundaries while preserving ANSI styles and hyperlinks.
Gate One is an HTML5-powered terminal emulator and SSH client
Provides a JavaScript-embeddable terminal widget that can be integrated into any web application with minimal code.
Devzat 是一个 SSH 聊天服务器,提供了一个实时通信环境,用户可以通过安全外壳(SSH)连接参与聊天室和基于终端的协作。它利用 SSH 协议进行会话管理,并通过命令行界面为交互式通信提供共享环境。 该项目的独特之处在于其跨平台聊天桥接功能,可在中央服务器与 Slack 等外部平台之间同步消息。它还具有基于 gRPC 的可扩展插件系统,允许开发自定义机器人并通过中间件流水线拦截消息流。 该服务器包含多种通信和管理工具,包括群组和直接消息传递、用户房间组织以及基于允许列表的访问控制。内容通过 ANSI Markdown 渲染器在终端中进行富文本显示,而集成的迷你游戏和用户资料持久化则提供了额外的参与度和定制化功能。 管理功能涵盖用户封禁、访问级别配置以及使用循环缓冲区的活动日志记录。
Implements utilities to manage line breaks and wrap text based on terminal width.