awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

8 个仓库

Awesome GitHub RepositoriesInterface Layout Utilities

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.

Awesome Interface Layout Utilities GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • microsoft/terminalmicrosoft 的头像

    microsoft/terminal

    103,685在 GitHub 上查看↗

    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.

    C++cmdcommand-lineconsole
    在 GitHub 上查看↗103,685
  • junegunn/fzfjunegunn 的头像

    junegunn/fzf

    81,017在 GitHub 上查看↗

    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.

    Gobashclifish
    在 GitHub 上查看↗81,017
  • xi-editor/xi-editorxi-editor 的头像

    xi-editor/xi-editor

    19,816在 GitHub 上查看↗

    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.

    Rust
    在 GitHub 上查看↗19,816
  • chjj/blessedchjj 的头像

    chjj/blessed

    11,854在 GitHub 上查看↗

    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.

    JavaScript
    在 GitHub 上查看↗11,854
  • mawww/kakounemawww 的头像

    mawww/kakoune

    10,938在 GitHub 上查看↗

    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.

    C++
    在 GitHub 上查看↗10,938
  • charmbracelet/lipglosscharmbracelet 的头像

    charmbracelet/lipgloss

    10,591在 GitHub 上查看↗

    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.

    Gocligogolang
    在 GitHub 上查看↗10,591
  • liftoff/gateoneliftoff 的头像

    liftoff/GateOne

    6,300在 GitHub 上查看↗

    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.

    JavaScript
    在 GitHub 上查看↗6,300
  • quackduck/devzatquackduck 的头像

    quackduck/devzat

    4,050在 GitHub 上查看↗

    Devzat 是一个 SSH 聊天服务器,提供了一个实时通信环境,用户可以通过安全外壳(SSH)连接参与聊天室和基于终端的协作。它利用 SSH 协议进行会话管理,并通过命令行界面为交互式通信提供共享环境。 该项目的独特之处在于其跨平台聊天桥接功能,可在中央服务器与 Slack 等外部平台之间同步消息。它还具有基于 gRPC 的可扩展插件系统,允许开发自定义机器人并通过中间件流水线拦截消息流。 该服务器包含多种通信和管理工具,包括群组和直接消息传递、用户房间组织以及基于允许列表的访问控制。内容通过 ANSI Markdown 渲染器在终端中进行富文本显示,而集成的迷你游戏和用户资料持久化则提供了额外的参与度和定制化功能。 管理功能涵盖用户封禁、访问级别配置以及使用循环缓冲区的活动日志记录。

    Implements utilities to manage line breaks and wrap text based on terminal width.

    Gochatdevchatdeveloper-chat
    在 GitHub 上查看↗4,050
  1. Home
  2. User Interface & Experience
  3. Terminal User Interfaces
  4. Layout and Structural Components
  5. Interface Layout Utilities

探索子标签

  • Embeddable Terminal ControlsReusable UI widgets that provide terminal functionality within host applications.
  • Text Wrapping Utilities2 个子标签Features that manage line breaks and word wrapping for text content within terminal displays.