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

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

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

colinta/Ashen

0
View on GitHub↗
118 نجوم·4 تفرعات·Swift·3 مشاهدات

Ashen

A framework for writing terminal applications in Swift.

Features

  • Command Line Tools - Framework for writing terminal apps in Swift.
  • TUI Libraries - Swift TUI framework.

سجل النجوم

مخطط تاريخ النجوم لـ colinta/ashenمخطط تاريخ النجوم لـ colinta/ashen

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

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

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

Start searching with AI

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

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

    charmbracelet/gum

    22,814عرض على GitHub↗

    Gum is a toolkit for building interactive, visually styled command-line interfaces and prompts directly within shell scripts. It functions as a library of modular components that allow developers to enhance terminal workflows by adding structured layouts, formatted text, and user-input widgets to standard command-line operations. The project distinguishes itself by providing a suite of specialized utilities for common shell tasks, such as fuzzy-matched selection menus, interactive file system navigation, and confirmation dialogs. It translates high-level styling and layout instructions into t

    Gobashshell
    عرض على GitHub↗22,814
  • gdamore/tcellالصورة الرمزية لـ gdamore

    gdamore/tcell

    5,076عرض على GitHub↗

    tcell is a Go terminal user interface library and framework for building cell-based applications. It functions as a terminal emulator backend and input processor, utilizing a change-based diffing engine to manage screen state and efficiently render updates. The project is distinguished by its pluggable backend abstraction, which allows terminal interfaces to be rendered across physical terminals or compiled into WebAssembly for web browser display. It provides a virtual screen simulation to enable programmatic event injection and output inspection for automated application testing. Its capab

    Go
    عرض على GitHub↗5,076
  • charmbracelet/bubbleteaالصورة الرمزية لـ charmbracelet

    charmbracelet/bubbletea

    43,164عرض على GitHub↗

    This framework provides a functional architecture for building interactive command-line applications. It utilizes a reactive runtime engine that synchronizes application state, user input, and visual output through a central event-driven message loop. By employing a unidirectional data flow pattern, the framework separates the definition of application state from the logic that processes updates and the declarative rendering process that transforms state into terminal-ready output. The framework distinguishes itself through its approach to side-effect management and terminal environment adapt

    Goclielm-architectureframework
    عرض على GitHub↗43,164
  • marcusolsson/tui-goالصورة الرمزية لـ marcusolsson

    marcusolsson/tui-go

    2,112عرض على GitHub↗

    A UI library for terminal applications.

    Go
    عرض على GitHub↗2,112
عرض جميع البدائل الـ 30 لـ Ashen→

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

ما هي وظيفة colinta/ashen؟

A framework for writing terminal applications in Swift.

ما هي الميزات الرئيسية لـ colinta/ashen؟

الميزات الرئيسية لـ colinta/ashen هي: Command Line Tools, TUI Libraries.

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

تشمل البدائل مفتوحة المصدر لـ colinta/ashen: gdamore/tcell — tcell is a Go terminal user interface library and framework for building cell-based applications. It functions as a… pterm/pterm — pterm is a Go terminal UI library used to build rich command-line interfaces. It provides toolsets for terminal data… charmbracelet/bubbletea — This framework provides a functional architecture for building interactive command-line applications. It utilizes a… charmbracelet/gum — Gum is a toolkit for building interactive, visually styled command-line interfaces and prompts directly within shell… marcusolsson/tui-go — A UI library for terminal applications. rivo/tview — tview is a library for building interactive text-based user interfaces in Go. It functions as a toolkit for managing…