awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्ट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 के लिए स्टार हिस्ट्री चार्ट

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Start searching with AI

Go Colortext के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो Go Colortext के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • cheynewallace/tabbycheynewallace का अवतार

    cheynewallace/tabby

    371GitHub पर देखें↗

    A tiny library for super simple Golang tables

    Go
    GitHub पर देखें↗371
  • c-bata/go-promptc-bata का अवतार

    c-bata/go-prompt

    5,481GitHub पर देखें↗

    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/simpletablealexeyco का अवतार

    alexeyco/simpletable

    550GitHub पर देखें↗

    Simple tables in terminal with Go

    Goasciicligo
    GitHub पर देखें↗550
  • gizak/termuigizak का अवतार

    gizak/termui

    13,574GitHub पर देखें↗

    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
Go Colortext के सभी 30 विकल्प देखें→

अक्सर पूछे जाने वाले प्रश्न

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.