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

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

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
labstack avatar

labstack/gommon

0
View on GitHub↗
591 نجوم·102 تفرعات·Go·MIT·2 مشاهدات

Gommon

Common packages for Go

Features

  • واجهات سطر الأوامر - Terminal text styling.
  • Console Interfaces - Listed in the “Console Interfaces” section of the Awesome Go awesome list.
  • Console UI - Diverse command-line text utilities.
  • Development Utilities - Common packages for Go development.
  • Terminal User Interfaces - Styles terminal text output.
  • Text Processing - Binary-to-string formatting.

سجل النجوم

مخطط تاريخ النجوم لـ labstack/gommonمخطط تاريخ النجوم لـ labstack/gommon

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

بدائل مفتوحة المصدر لـ Gommon

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Gommon.
  • cheynewallace/tabbyالصورة الرمزية لـ cheynewallace

    cheynewallace/tabby

    371عرض على GitHub↗

    A tiny library for super simple Golang tables

    Go
    عرض على GitHub↗371
  • c-bata/go-promptالصورة الرمزية لـ c-bata

    c-bata/go-prompt

    5,481عرض على 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
    عرض على GitHub↗5,481
  • alexeyco/simpletableالصورة الرمزية لـ alexeyco

    alexeyco/simpletable

    550عرض على GitHub↗

    Simple tables in terminal with Go

    Goasciicligo
    عرض على GitHub↗550
  • daviddengcn/go-colortextالصورة الرمزية لـ daviddengcn

    daviddengcn/go-colortext

    215عرض على GitHub↗

    Change the color of console text.

    Go
    عرض على GitHub↗215
عرض جميع البدائل الـ 30 لـ Gommon→

الأسئلة الشائعة

ما هي وظيفة labstack/gommon؟

Common packages for Go

ما هي الميزات الرئيسية لـ labstack/gommon؟

الميزات الرئيسية لـ labstack/gommon هي: واجهات سطر الأوامر, Console Interfaces, Console UI, Development Utilities, Terminal User Interfaces, Text Processing.

ما هي البدائل مفتوحة المصدر لـ labstack/gommon؟

تشمل البدائل مفتوحة المصدر لـ labstack/gommon: gizak/termui — Termui is a Go terminal user interface library used for building interactive dashboards and visual layouts within a… daviddengcn/go-colortext — Change the color of console text. alexeyco/simpletable — Simple tables in terminal with Go. c-bata/go-prompt — go-prompt is a library for building interactive command-line interfaces in Go. It serves as a cross-platform console… cheynewallace/tabby — A tiny library for super simple Golang tables. gookit/color — 🎨 Terminal color rendering library, support 8/16 colors, 256 colors, RGB color rendering output, support…