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

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

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

6 مستودعات

Awesome GitHub RepositoriesPlugin Activation Managers

Mechanisms for enabling and loading modular shell extensions.

Explore 6 awesome GitHub repositories matching development tools & productivity · Plugin Activation Managers. Refine with filters or upvote what's useful.

Awesome Plugin Activation Managers GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • ohmyzsh/ohmyzshالصورة الرمزية لـ ohmyzsh

    ohmyzsh/ohmyzsh

    188,061عرض على GitHub↗

    This project is a community-driven shell configuration framework designed to manage terminal environments, modular extensions, and command-line interface customizations. It functions as an environment manager that standardizes shell settings and appearance across diverse Unix-like operating systems, ensuring a consistent experience through automated deployment and initialization scripts. The framework distinguishes itself through a modular plugin architecture and a comprehensive theme system that allows for deep visual and functional customization. Users can extend shell capabilities by activ

    Handles the activation and loading of modular shell extensions defined within configuration files.

    Shellclicli-appoh-my-zsh
    عرض على GitHub↗188,061
  • junegunn/vim-plugالصورة الرمزية لـ junegunn

    junegunn/vim-plug

    35,685عرض على GitHub↗

    vim-plug is a plugin manager for the Vim text editor that functions as a git-based dependency manager and configuration bootstrapper. It downloads and organizes external plugin packages from remote repositories to extend the editor's functionality. The project acts as a lazy-loading orchestrator to reduce editor startup time by deferring the loading of plugins until specific commands or file types are encountered. It enables version pinning by allowing plugins to be fetched using specific git branches, tags, or commit hashes. The manager provides a framework for plugin installation, lifecycl

    Delays the loading of a plugin until a specific internal event or custom function call triggers its activation.

    Vim Scriptvim
    عرض على GitHub↗35,685
  • javalin/javalinالصورة الرمزية لـ javalin

    javalin/javalin

    8,290عرض على GitHub↗

    Javalin is a lightweight web framework for Java and Kotlin designed for building REST APIs and web applications. It functions as an embedded Jetty web server, allowing applications to run as standalone processes without the need for an external servlet container. The project provides specialized frameworks for diverse communication patterns, including a REST API framework with automatic OpenAPI schema generation, a GraphQL API framework with query and mutation resolvers, and a WebSocket server for bidirectional real-time communication. It also includes a dedicated framework for pushing real-t

    Provides a set of built-in plugins for common tasks such as CORS, Basic Auth, and SSL redirects.

    Kotlinhacktoberfestjavajavalin
    عرض على GitHub↗8,290
  • singwhatiwanna/dynamic-load-apkالصورة الرمزية لـ singwhatiwanna

    singwhatiwanna/dynamic-load-apk

    6,009عرض على GitHub↗

    Dynamic-load-apk is an Android plugin framework that enables a host application to load and run uninstalled APK files as plugins at runtime. It provides the core infrastructure for loading APKs from storage, launching their activities, and managing their lifecycle without requiring the user to install them through the system package manager. The framework handles the fundamental challenges of running uninstalled code on Android through several key mechanisms. It isolates plugin classes in a separate DexClassLoader to prevent conflicts with the host class hierarchy, merges plugin resources int

    Routes all plugin Activity lifecycle calls through a host proxy that delegates to the plugin's real Activity class.

    Java
    عرض على GitHub↗6,009
  • koishijs/koishiالصورة الرمزية لـ koishijs

    koishijs/koishi

    5,456عرض على GitHub↗

    Koishi is an open-source framework for building multi-platform chatbots, designed around an adapter-driven architecture that lets a single bot connect to multiple messaging services with consistent logic. It provides a plugin-based development platform with hot reload support, enabling developers to write and update bot extensions using TypeScript without restarting the application. A web-based management console offers a graphical interface for configuring plugins, commands, permissions, and monitoring runtime status. What distinguishes Koishi is its combination of a dynamic plugin lifecycle

    Starts or stops a plugin without deleting its code or configuration.

    TypeScriptbotchatbotdiscord
    عرض على GitHub↗5,456
  • zdharma-continuum/zinitالصورة الرمزية لـ zdharma-continuum

    zdharma-continuum/zinit

    4,731عرض على GitHub↗

    Zinit is a Zsh plugin manager designed for downloading, loading, and updating extensions and snippets for the Z shell. It functions as a performance optimizer, a shell binary installer, and a completion manager, providing a framework for shell lifecycle automation and the registration of tab completion definitions. The project distinguishes itself through advanced startup optimization, utilizing bytecode compilation, configuration caching, and deferred loading to reduce shell boot times. It further differentiates its plugin execution model by supporting the sourcing of individual remote code

    Provides mechanisms to toggle plugins on or off without removing their configuration or source code.

    Shell
    عرض على GitHub↗4,731
  1. Home
  2. Development Tools & Productivity
  3. Terminal, Shell & CLI
  4. Shell Plugin Systems
  5. Plugin Activation Managers

استكشف الوسوم الفرعية

  • Deferred Plugin Activation2 وسوم فرعيةMechanisms to delay the activation of a plugin until a specific internal event or function call occurs. **Distinct from Plugin Activation Managers:** Focuses on event-driven deferred activation rather than general shell extension management.