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

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

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

3 مستودعات

Awesome GitHub RepositoriesEnvironment Variable Interfaces

APIs and syntax for programmatically setting and manipulating environment variables as structured data.

Distinguishing note: Focuses on the interface for setting variables via tables and structured data, rather than simple string-based exports.

Explore 3 awesome GitHub repositories matching development tools & productivity · Environment Variable Interfaces. Refine with filters or upvote what's useful.

Awesome Environment Variable Interfaces GitHub Repositories

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

    nushell/nushell

    39,743عرض على GitHub↗

    Nushell is a cross-platform shell and programming language designed to treat all input and output as structured data rather than raw text streams. By enforcing data types and command signatures, it provides a consistent environment for building robust, pipeline-oriented workflows. The shell allows users to chain commands that pass structured objects between stages, enabling complex data processing and automation tasks that remain predictable across different operating systems. What distinguishes the project is its focus on interactive data exploration and modular extensibility. Users can quer

    Nushell supports assigning environment variables by directly modifying the environment table or loading multiple variables at once using a table of pairs.

    Rustnushellrustshell
    عرض على GitHub↗39,743
  • theskumar/python-dotenvالصورة الرمزية لـ theskumar

    theskumar/python-dotenv

    8,794عرض على GitHub↗

    python-dotenv is a library and command line interface for managing environment variables in Python applications. It functions as a configuration parser and loader that reads key-value pairs from files and injects them into the system environment, enabling the decoupling of application configuration from source code. The project provides a command line interface for manipulating and editing environment variables within configuration files. It also includes a mechanism for recursive variable interpolation, allowing dynamic placeholders within configuration files to be resolved using existing en

    Provides a command line interface to manipulate and edit environment variables within configuration files.

    Python
    عرض على GitHub↗8,794
  • dataarts/dat.guiالصورة الرمزية لـ dataarts

    dataarts/dat.gui

    7,723عرض على GitHub↗

    dat.gui is a JavaScript GUI controller library that provides a lightweight interface for manipulating variables in real-time through a visual control panel. It functions as a real-time variable debugger and graphical overlay for monitoring and adjusting object properties during application runtime. The library features a collapsible control panel that organizes complex sets of variable inputs into folders. It includes a state management system capable of exporting and importing the current configuration of active controllers as JSON objects. The tool supports object-property binding and dyna

    Provides a graphical interface to manipulate JavaScript variables and observe immediate effects.

    JavaScript
    عرض على GitHub↗7,723
  1. Home
  2. Development Tools & Productivity
  3. Environment Variable Interfaces

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

  • Configuration File EditorsCommand line tools specifically for editing key-value pairs in configuration files. **Distinct from Environment Variable Interfaces:** Focuses on editing files via CLI rather than providing a programmatic API for runtime variables.