awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to labstack/gommon

Open-source alternatives to Gommon

30 open-source projects similar to labstack/gommon, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Gommon alternative.

  • schollz/progressbarAvatar von schollz

    schollz/progressbar

    4,678Auf GitHub ansehen↗

    This project is a thread-safe terminal progress bar and IO progress wrapper for Go applications. It provides a library for rendering updating progress indicators and activity spinners within a command-line interface to visualize task completion and data stream progress. The library includes a stream-wrapping IO interceptor that automatically tracks and displays the volume of bytes processed during read or write operations. It also supports indeterminate activity spinners for processes where the total work volume is unknown. Users can configure the visual appearance of the progress indicators

    Gocommand-linegogolang
    Auf GitHub ansehen↗4,678
  • guptarohit/asciigraphAvatar von guptarohit

    guptarohit/asciigraph

    3,039Auf GitHub ansehen↗

    Go package to make lightweight ASCII line graph ╭┈╯ in command line apps with no other dependencies.

    Goascii-chartasciigraphchart
    Auf GitHub ansehen↗3,039
  • nsf/termbox-goAvatar von nsf

    nsf/termbox-go

    4,786Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗4,786

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Find more with AI search
  • mum4k/termdashAvatar von mum4k

    mum4k/termdash

    3,014Auf GitHub ansehen↗

    Terminal based dashboard.

    Godashboardgolangterminal-based
    Auf GitHub ansehen↗3,014
  • logrusorgru/auroraAvatar von logrusorgru

    logrusorgru/aurora

    1,489Auf GitHub ansehen↗

    Golang ultimate ANSI-colors that supports Printf/Sprintf methods

    Goansi-colorsgolangprintf
    Auf GitHub ansehen↗1,489
  • cheynewallace/tabbyAvatar von cheynewallace

    cheynewallace/tabby

    371Auf GitHub ansehen↗

    A tiny library for super simple Golang tables

    Go
    Auf GitHub ansehen↗371
  • gosuri/uitableAvatar von gosuri

    gosuri/uitable

    742Auf GitHub ansehen↗

    A go library to improve readability in terminal apps using tabular data

    Go
    Auf GitHub ansehen↗742
  • gosuri/uiprogressAvatar von gosuri

    gosuri/uiprogress

    2,141Auf GitHub ansehen↗

    A go library to render progress bars in terminal applications

    Go
    Auf GitHub ansehen↗2,141
  • jroimartin/gocuiAvatar von jroimartin

    jroimartin/gocui

    10,575Auf GitHub ansehen↗

    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. Rend

    Gocuigogocui
    Auf GitHub ansehen↗10,575
  • mattn/go-isattyAvatar von mattn

    mattn/go-isatty

    913Auf GitHub ansehen↗

    isatty for golang

    Gocygwingogolang
    Auf GitHub ansehen↗913
  • vbauerster/mpbAvatar von vbauerster

    vbauerster/mpb

    2,499Auf GitHub ansehen↗

    multi progress bar for Go cli applications

    Goactorcligo
    Auf GitHub ansehen↗2,499
  • mattn/go-colorableAvatar von mattn

    mattn/go-colorable

    810Auf GitHub ansehen↗

    Colorable writer for windows.

    Gocolorgogolang
    Auf GitHub ansehen↗810
  • daviddengcn/go-colortextAvatar von daviddengcn

    daviddengcn/go-colortext

    215Auf GitHub ansehen↗

    Change the color of console text.

    Go
    Auf GitHub ansehen↗215
  • wzshiming/ctcAvatar von wzshiming

    wzshiming/ctc

    53Auf GitHub ansehen↗

    Console Text Colors - The non-invasive cross-platform terminal color library does not need to modify the Print method

    Gocolorcolorsconsole
    Auf GitHub ansehen↗53
  • gizak/termuiAvatar von gizak

    gizak/termui

    13,574Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗13,574
  • alexeyco/simpletableAvatar von alexeyco

    alexeyco/simpletable

    550Auf GitHub ansehen↗

    Simple tables in terminal with Go

    Goasciicligo
    Auf GitHub ansehen↗550
  • gookit/colorAvatar von gookit

    gookit/color

    1,604Auf GitHub ansehen↗

    🎨 Terminal color rendering library, support 8/16 colors, 256 colors, RGB color rendering output, support Print/Sprintf methods, compatible with Windows. GO CLI 控制台颜色渲染工具库,支持16色,256色,RGB色彩渲染输出,使用类似于 Print/Sprintf,兼容并支持 Windows 环境的色彩渲染

    Go256-colorsclicli-color
    Auf GitHub ansehen↗1,604
  • gosuri/uiliveAvatar von gosuri

    gosuri/uilive

    1,725Auf GitHub ansehen↗

    uilive is a go library for updating terminal output in realtime

    Go
    Auf GitHub ansehen↗1,725
  • c-bata/go-promptAvatar von c-bata

    c-bata/go-prompt

    5,481Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗5,481
  • tomlazar/tableAvatar von tomlazar

    tomlazar/table

    52Auf GitHub ansehen↗

    pretty colorfull tables in go with less effort

    Go
    Auf GitHub ansehen↗52
  • pterm/ptermAvatar von pterm

    pterm/pterm

    5,470Auf GitHub ansehen↗

    pterm is a Go terminal UI library used to build rich command-line interfaces. It provides toolsets for terminal data visualization, operation progress tracking, interactive user input, and structured logging. The library distinguishes itself through a comprehensive set of visual tools, including a framework for interactive terminal prompts such as selection menus and confirmation dialogs, and a specialized system for rendering bar charts, heatmaps, and tree structures. It also includes a structured terminal logger capable of producing leveled, colorful system messages. The project covers bro

    Goanimationansi-colorsbeautify
    Auf GitHub ansehen↗5,470
  • theckman/yacspinAvatar von theckman

    theckman/yacspin

    456Auf GitHub ansehen↗

    Yet Another CLi Spinner; providing over 80 easy to use and customizable terminal spinners for multiple OSes

    Gocligogolang
    Auf GitHub ansehen↗456
  • workanator/go-atamanAvatar von workanator

    workanator/go-ataman

    20Auf GitHub ansehen↗

    Another Text Attribute Manupulator

    Go
    Auf GitHub ansehen↗20
  • antonmedv/fxAvatar von antonmedv

    antonmedv/fx

    20,282Auf GitHub ansehen↗

    Fx is a command-line processing suite designed for the transformation, conversion, exploration, and visualization of structured data. It functions as a terminal-based utility that handles both automated shell pipelines and interactive navigation of complex, nested data hierarchies. The tool distinguishes itself by integrating a JavaScript-based engine that executes user-provided logic to filter, map, or modify data fields within a sandboxed runtime. It maintains a responsive interface by decoupling data processing from the display loop, allowing users to explore large datasets through an inte

    Goclicommand-linejson
    Auf GitHub ansehen↗20,282
  • davidgamba/go-getoptionsAvatar von DavidGamba

    DavidGamba/go-getoptions

    60Auf GitHub ansehen↗

    Fully featured Go (golang) command line option parser with built-in auto-completion support.

    Goargument-parserargument-parsingautocomplete
    Auf GitHub ansehen↗60
  • cristalhq/acmdAvatar von cristalhq

    cristalhq/acmd

    143Auf GitHub ansehen↗

    Simple, useful and opinionated CLI package in Go.

    Goclicommand-linego
    Auf GitHub ansehen↗143
  • akamensky/argparseAvatar von akamensky

    akamensky/argparse

    640Auf GitHub ansehen↗

    Argparse for golang. Just because flag sucks

    Goargparseargument-parserawesome-go
    Auf GitHub ansehen↗640
  • cyucelen/markerAvatar von cyucelen

    cyucelen/marker

    54Auf GitHub ansehen↗

    🖍️ Marker is the easiest way to match and mark strings for colorful terminal outputs!

    Go
    Auf GitHub ansehen↗54
  • devfacet/gocmdAvatar von devfacet

    devfacet/gocmd

    67Auf GitHub ansehen↗

    A Go library for building command line applications.

    Gogogolanggolang-library
    Auf GitHub ansehen↗67
  • codingconcepts/envAvatar von codingconcepts

    codingconcepts/env

    125Auf GitHub ansehen↗

    Tag-based environment configuration for structs

    Go
    Auf GitHub ansehen↗125