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

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

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

AI सर्च

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

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

Start searching with AI

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

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

    charmbracelet/gum

    22,814GitHub पर देखें↗

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

    gdamore/tcell

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

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

    charmbracelet/bubbletea

    43,164GitHub पर देखें↗

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

    marcusolsson/tui-go

    2,112GitHub पर देखें↗

    A UI library for terminal applications.

    Go
    GitHub पर देखें↗2,112
Ashen के सभी 30 विकल्प देखें→

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

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…