awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

8 repository-uri

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

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • microsoft/terminalAvatar microsoft

    microsoft/terminal

    103,685Vezi pe 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
    Vezi pe GitHub↗103,685
  • junegunn/fzfAvatar junegunn

    junegunn/fzf

    81,017Vezi pe 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
    Vezi pe GitHub↗81,017
  • xi-editor/xi-editorAvatar xi-editor

    xi-editor/xi-editor

    19,816Vezi pe 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
    Vezi pe GitHub↗19,816
  • chjj/blessedAvatar chjj

    chjj/blessed

    11,854Vezi pe 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
    Vezi pe GitHub↗11,854
  • mawww/kakouneAvatar mawww

    mawww/kakoune

    10,938Vezi pe 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++
    Vezi pe GitHub↗10,938
  • charmbracelet/lipglossAvatar charmbracelet

    charmbracelet/lipgloss

    10,591Vezi pe 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
    Vezi pe GitHub↗10,591
  • liftoff/gateoneAvatar liftoff

    liftoff/GateOne

    6,300Vezi pe 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
    Vezi pe GitHub↗6,300
  • quackduck/devzatAvatar quackduck

    quackduck/devzat

    4,050Vezi pe GitHub↗

    Devzat este un server de chat SSH care oferă un mediu de comunicare în timp real unde utilizatorii se conectează printr-un secure shell pentru a participa la camere de chat și colaborare bazată pe terminal. Utilizează protocolul SSH pentru gestionarea sesiunilor și oferă un mediu partajat pentru comunicare interactivă printr-o interfață de linie de comandă. Proiectul se distinge prin bridging-ul de chat cross-platform, care sincronizează mesajele între serverul central și platforme externe precum Slack. De asemenea, dispune de un sistem de plugin-uri extensibil bazat pe gRPC, permițând dezvoltarea de boți personalizați și interceptarea fluxurilor de mesaje printr-un pipeline de middleware. Serverul include o varietate de instrumente de comunicare și administrare, inclusiv mesagerie de grup și directă, organizarea camerelor de utilizatori și controlul accesului bazat pe listă de permisiuni (allowlist). Conținutul este gestionat printr-un renderer ANSI markdown pentru afișarea textului îmbogățit în terminal, în timp ce mini-jocurile integrate și persistența profilului utilizatorului oferă implicare și personalizare suplimentară. Capabilitățile administrative acoperă banarea utilizatorilor, configurarea nivelului de acces și logarea activității folosind un buffer circular.

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

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

Explorează sub-etichetele

  • Embeddable Terminal ControlsReusable UI widgets that provide terminal functionality within host applications.
  • Text Wrapping Utilities2 sub-tag-uriFeatures that manage line breaks and word wrapping for text content within terminal displays.