awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم 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

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • microsoft/terminalالصورة الرمزية لـ microsoft

    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/fzfالصورة الرمزية لـ junegunn

    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-editorالصورة الرمزية لـ xi-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/blessedالصورة الرمزية لـ chjj

    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/kakouneالصورة الرمزية لـ mawww

    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/lipglossالصورة الرمزية لـ charmbracelet

    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/gateoneالصورة الرمزية لـ liftoff

    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/devzatالصورة الرمزية لـ quackduck

    quackduck/devzat

    4,050عرض على GitHub↗

    Devzat is an SSH chat server that provides a real-time communication environment where users connect via a secure shell to participate in chat rooms and terminal-based collaboration. It utilizes the SSH protocol for session management and provides a shared environment for interactive communication through a command-line interface. The project is distinguished by its cross-platform chat bridging, which synchronizes messages between the central server and external platforms such as Slack. It also features an extensible plugin system based on gRPC, allowing for the development of custom bots and

    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.