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

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

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

daviddengcn/go-colortext

0
View on GitHub↗
215 نجوم·20 تفرعات·Go·5 مشاهدات

Go Colortext

Change the color of console text.

Features

  • واجهات سطر الأوامر - Colorized text in terminals.
  • Console Interfaces - Listed in the “Console Interfaces” section of the Awesome Go awesome list.
  • Console UI - Colorful terminal text output.
  • Terminal User Interfaces - Library for colored terminal output.

سجل النجوم

مخطط تاريخ النجوم لـ daviddengcn/go-colortextمخطط تاريخ النجوم لـ daviddengcn/go-colortext

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

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

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

Start searching with AI

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

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Go Colortext.
  • 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
  • gizak/termuiالصورة الرمزية لـ gizak

    gizak/termui

    13,574عرض على 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
    عرض على GitHub↗13,574
عرض جميع البدائل الـ 30 لـ Go Colortext→

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

ما هي وظيفة daviddengcn/go-colortext؟

Change the color of console text.

ما هي الميزات الرئيسية لـ daviddengcn/go-colortext؟

الميزات الرئيسية لـ daviddengcn/go-colortext هي: واجهات سطر الأوامر, Console Interfaces, Console UI, Terminal User Interfaces.

ما هي البدائل مفتوحة المصدر لـ daviddengcn/go-colortext؟

تشمل البدائل مفتوحة المصدر لـ daviddengcn/go-colortext: gookit/color — 🎨 Terminal color rendering library, support 8/16 colors, 256 colors, RGB color rendering output, support… gizak/termui — Termui is a Go terminal user interface library used for building interactive dashboards and visual layouts within a… 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. gosuri/uilive — uilive is a go library for updating terminal output in realtime.