awesome-repositories.com

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

एक्सप्लोर करेंक्यूरेटेड खोजेंOpen-source alternativesSelf-hosted softwareब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंHow we rankप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
awesome-repositories.comब्लॉग
श्रेणियाँ

5 रिपॉजिटरी

Awesome GitHub RepositoriesSearch Path Loading

Loading functionality by injecting specific directories into the shell's autoload search paths.

Distinct from Programmatic Plugin Loading: Specifically focuses on search path manipulation for autoloading rather than general programmatic import logic

Explore 5 awesome GitHub repositories matching software engineering & architecture · Search Path Loading. Refine with filters or upvote what's useful.

Awesome Search Path Loading GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • oh-my-fish/oh-my-fishoh-my-fish का अवतार

    oh-my-fish/oh-my-fish

    11,342GitHub पर देखें↗

    This project is a configuration framework for the Fish shell, providing a centralized system for managing plugins, themes, and custom environment settings. It functions as a plugin manager and theme engine that allows users to install, update, and remove functional extensions and visual styles. The framework includes a shell extension scaffolder that generates standardized directory structures and boilerplate files for creating new plugins and themes. To ensure quality, it provides a specification-based testing suite for validating package functionality through automated assertions. The syst

    Implements directory-based loading of functions and key bindings via shell autoload search paths.

    Shellfishfishshellfishshell-framework
    GitHub पर देखें↗11,342
  • purcell/emacs.dpurcell का अवतार

    purcell/emacs.d

    7,069GitHub पर देखें↗

    This project is an Emacs configuration framework and custom Emacs Lisp distribution. It provides a pre-configured bundle of defaults and language supports to serve as a development baseline and environment bootstrap for the Emacs text editor. The system is designed for extensibility, allowing users to override default editor behaviors and themes through local configuration files and customization interfaces. It supports the integration of third party code by adding external scripts and libraries to the editor load path.

    Implements search path loading to allow the execution of third-party scripts from custom directories.

    Emacs Lisp
    GitHub पर देखें↗7,069
  • microsoft/taskweavermicrosoft का अवतार

    microsoft/TaskWeaver

    6,115GitHub पर देखें↗

    TaskWeaver is an LLM agent framework that interprets natural language requests and executes them as Python code, SQL queries, or shell commands. It functions as a conversational code interpreter that maintains stateful data structures across turns, generating executable code from user prompts within a session-based environment. The system is designed as a self-hosted AI agent platform that can be deployed in Docker, managing sessions and providing a web UI for data analytics and automation tasks. The framework distinguishes itself through a role-based multi-agent architecture that divides the

    Loads files into the session using their absolute filesystem paths for processing.

    Pythonagentai-agentscode-interpreter
    GitHub पर देखें↗6,115
  • nixos/nix.devNixOS का अवतार

    NixOS/nix.dev

    3,630GitHub पर देखें↗

    This project provides a functional package manager and a reproducible build system designed to ensure identical build inputs always produce the same outputs. It serves as the foundation for a declarative Linux distribution where the entire system state is defined in a configuration file, enabling predictable deployments and full-system rollbacks. The system uses a deterministic functional language and a lazy-evaluation expression engine to manage software dependencies and isolate build environments. It distinguishes itself through a content-addressable store that allows multiple versions of s

    Allows the system to refer to specific files on the host system using absolute or relative path syntax.

    Nixcookbookdocumentationlearning
    GitHub पर देखें↗3,630
  • boy1dr/spleeterguiboy1dr का अवतार

    boy1dr/SpleeterGui

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

    SpleeterGui is a graphical interface for the Spleeter machine learning library, serving as an AI source separation tool and audio stem extractor. It allows users to separate mixed audio files into individual source tracks, such as vocals, drums, and bass, using a visual application. The project functions as a wrapper for the Spleeter engine, removing the requirement to use command line tools for music stem isolation and audio source separation. It provides a visual method for managing audio source isolation and preparing instrument tracks. The interface includes tools for output directory ma

    Passes absolute filesystem paths to the separation engine for source and destination management.

    C#guipythonsource-separation
    GitHub पर देखें↗2,716
  1. Home
  2. Software Engineering & Architecture
  3. Plugin Architectures
  4. Programmatic Plugin Loading
  5. Search Path Loading

सब-टैग एक्सप्लोर करें

  • File Path LoadersCapabilities for loading files into a session using their absolute filesystem paths for processing. **Distinct from Search Path Loading:** Distinct from Search Path Loading: focuses on loading specific files by absolute path rather than injecting directories into autoload search paths.