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

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
jroimartin avatar

jroimartin/gocui

0
View on GitHub↗
10,575 stars·643 forks·Go·BSD-3-Clause·5 vues

Gocui

gocui is a console user interface library for the Go programming language. It provides a toolkit for building interactive terminal applications using a layout engine that organizes overlapping rectangular views and coordinates.

The library features a terminal input handler to capture and map keyboard shortcuts and mouse events to specific application actions. It includes an ANSI escape sequence parser to manage text attributes, colors, and cursor positioning.

The framework covers interface view management and overlapping window layering, allowing for a structured arrangement of content. Rendering capabilities include coordinate-based character placement and colored text to organize information within the terminal.

Features

  • Terminal User Interface Frameworks - Provides a comprehensive framework for building interactive, text-based user interfaces in Go using structured layouts.
  • Terminal Escape Sequence Parsers - Includes a parser for interpreting ANSI escape sequences to manage text attributes and layout formatting.
  • Terminal Escape Sequences - Provides low-level terminal control by parsing escape sequences for cursor positioning and text attributes.
  • Terminal Input Handlers - Implements a mechanism to capture and process raw keyboard and mouse events in terminal environments.
  • Character-Based Plotting - Provides a mechanism for rendering user interface elements on a two-dimensional grid using text characters.
  • ANSI Escape Sequence Renderers - Implements an engine that generates ANSI escape codes to control text colors and cursor positions in the terminal.
  • TUI Window Layering - Manages overlapping interface elements by maintaining a z-order of views during the rendering process.
  • Coordinate-Based Character Rendering - Implements precise character placement at specific coordinates with custom colors to build complex terminal layouts.
  • View Hierarchies - Organizes the screen into a structural hierarchy of rectangular views that can be positioned independently.
  • State Redraw Loops - Implements state-based redrawing loops to update modified regions of the terminal display.
  • Go TUI Libraries - Serves as a specialized library for creating text-based user interfaces using the Go programming language.
  • TUI - Provides a framework for organizing overlapping rectangular views and coordinates within a console display.
  • Terminal View Layering - Supports layering multiple windows on top of each other to organize the terminal interface.
  • Terminal View Management - Enables the definition and positioning of rectangular areas to organize structural layouts in the terminal.
  • Mouse Input Handlers - Processes terminal mouse events such as clicks and movements to create interactive interface elements.
  • Interactive CLI Tooling - Provides tooling for building command-line interfaces that respond dynamically to mouse clicks and keyboard events.
  • Keyboard Shortcuts - Allows mapping of specific keyboard inputs to trigger application actions across the TUI.
  • Event-Driven Input Handlers - Ships an event-driven system that routes keyboard and mouse inputs to specific handler functions based on the active view.
  • Terminal Text Coloring - Provides capabilities to apply different colors to text to visually distinguish various interface elements.
  • TUI Layout Design - Enables the creation of visual arrangements using overlapping windows and colored text to organize information.
  • Terminal Environment Initializers - Provides utilities to initialize the terminal state and organize views and keybindings for interactive TUI applications.
  • Command Line Interface - Minimalist package for building console interfaces.
  • Interfaces en ligne de commande - Minimalist Go package for console user interfaces.
  • Console Interfaces - Listed in the “Console Interfaces” section of the Awesome Go awesome list.
  • Console UI - Minimalist console UI library.
  • Terminal User Interfaces - Minimalist library for creating console user interfaces.
  • TUI Libraries - Minimalist Go TUI package.

Historique des stars

Graphique de l'historique des stars pour jroimartin/gocuiGraphique de l'historique des stars pour jroimartin/gocui

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Questions fréquentes

Que fait jroimartin/gocui ?

gocui is a console user interface library for the Go programming language. It provides a toolkit for building interactive terminal applications using a layout engine that organizes overlapping rectangular views and coordinates.

Quelles sont les fonctionnalités principales de jroimartin/gocui ?

Les fonctionnalités principales de jroimartin/gocui sont : Terminal User Interface Frameworks, Terminal Escape Sequence Parsers, Terminal Escape Sequences, Terminal Input Handlers, Character-Based Plotting, ANSI Escape Sequence Renderers, TUI Window Layering, Coordinate-Based Character Rendering.

Quelles sont les alternatives open-source à jroimartin/gocui ?

Les alternatives open-source à jroimartin/gocui incluent : gizak/termui — Termui is a Go terminal user interface library used for building interactive dashboards and visual layouts within a… nsf/termbox-go — termbox-go is a Go terminal user interface library and cross-platform terminal emulator abstraction. It provides a… gdamore/tcell — tcell is a Go terminal user interface library and framework for building cell-based applications. It functions as a… c-bata/go-prompt — go-prompt is a library for building interactive command-line interfaces in Go. It serves as a cross-platform console… prompt-toolkit/python-prompt-toolkit — This project is a Python terminal user interface library and toolkit designed for building interactive command-line… pterm/pterm — pterm is a Go terminal UI library used to build rich command-line interfaces. It provides toolsets for terminal data…

Alternatives open source à Gocui

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Gocui.
  • gizak/termuiAvatar de gizak

    gizak/termui

    13,574Voir sur GitHub↗

    Termui is a Go terminal user interface library used for building interactive dashboards and visual layouts within a command-line environment. It functions as a TUI layout engine, an interactive CLI framework, and a terminal data visualization toolkit. The library provides a set of specialized widgets for rendering charts, plots, gauges, and tables using character-based graphics. It includes a grid-based system for arranging interface elements using relative coordinates and proportional sizing to create structured displays. The toolkit covers a broad range of capabilities including data visua

    Go
    Voir sur GitHub↗13,574
  • nsf/termbox-goAvatar de nsf

    nsf/termbox-go

    4,786Voir sur GitHub↗

    termbox-go is a Go terminal user interface library and cross-platform terminal emulator abstraction. It provides a system for creating text-based graphical interfaces by managing a terminal cell buffer and handling raw input events. The library functions as a terminal cell buffer manager and input handler. It maintains an internal grid of characters and colors, using a back buffer to synchronize updates to the physical screen and translate keyboard and mouse events into structured data. Its capability surface covers text user interface rendering and terminal display management, including cur

    Go
    Voir sur GitHub↗4,786
  • gdamore/tcellAvatar de gdamore

    gdamore/tcell

    5,076Voir sur GitHub↗

    tcell is a Go terminal user interface library and framework for building cell-based applications. It functions as a terminal emulator backend and input processor, utilizing a change-based diffing engine to manage screen state and efficiently render updates. The project is distinguished by its pluggable backend abstraction, which allows terminal interfaces to be rendered across physical terminals or compiled into WebAssembly for web browser display. It provides a virtual screen simulation to enable programmatic event injection and output inspection for automated application testing. Its capab

    Go
    Voir sur GitHub↗5,076
  • c-bata/go-promptAvatar de c-bata

    c-bata/go-prompt

    5,481Voir sur GitHub↗

    go-prompt is a library for building interactive command-line interfaces in Go. It serves as a cross-platform console UI framework and terminal input manager, providing the tools necessary to capture user input and execute commands through a persistent interactive loop. The library features a dedicated auto-completion engine that provides real-time command suggestions. It also supports dynamic prompt prefixes updated via callback functions and a system for managing and recalling command history. The framework covers a broad range of terminal capabilities, including keyboard shortcut mapping,

    Goclicommand-lineinteractive
    Voir sur GitHub↗5,481
Voir les 30 alternatives à Gocui→