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

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

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

gosuri/uitable

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

Uitable

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

Features

  • واجهات سطر الأوامر - Table data readability improvement for terminals.
  • Console Interfaces - Listed in the “Console Interfaces” section of the Awesome Go awesome list.
  • Console UI - Table data readability improvement.
  • Terminal User Interfaces - Improves readability of tabular data in terminals.

سجل النجوم

مخطط تاريخ النجوم لـ gosuri/uitableمخطط تاريخ النجوم لـ gosuri/uitable

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

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

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

Start searching with AI

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

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

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

ما هي وظيفة gosuri/uitable؟

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

ما هي الميزات الرئيسية لـ gosuri/uitable؟

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

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

تشمل البدائل مفتوحة المصدر لـ gosuri/uitable: 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…