14 repository-uri
Mechanisms for loading and executing scripts into a running process session at runtime.
Distinct from Source Code Injection: None of the candidates describe the generic runtime injection of shell scripts into a session.
Explore 14 awesome GitHub repositories matching development tools & productivity · Dynamic Script Loading. Refine with filters or upvote what's useful.
nvm is a Node.js version manager implemented as a POSIX bash script. It serves as a shell environment manager and runtime orchestrator for installing, switching, and managing multiple versions of the Node.js runtime on POSIX systems. The tool allows for the automation of runtime switching by reading configuration files in project directories to select the required version. It supports the management of long-term support releases and the migration of global packages between different installed versions of the runtime. The project covers broader capabilities including runtime management throug
Loads the manager into the current shell process via sourcing to enable direct modification of shell state.
Vundle.vim is a plugin manager and configuration orchestrator for Vim. It allows users to install, update, and remove external extensions based on a central configuration file to maintain consistent editor environments across different machines. The system automates the acquisition of plugin bundles by using Git to clone and track source code. It manages the plugin lifecycle through configuration-driven installation and includes capabilities for searching and discovering new scripts. To ensure extensions are available without restarting the editor, the tool manages the Vim runtime path and r
Executes Vim commands to reload plugin files and regenerate help tags without restarting the editor.
This project is a markdown knowledge base used to maintain a curated collection of concise technical notes and write-ups across various programming languages and tools. It serves as a searchable personal reference library for documenting technical discoveries and software development patterns. The system implements a learning in public workflow, transforming markdown-based content storage into a static site. It utilizes directory-based routing to map folder structures to URL paths and employs schema-driven type generation to ensure data consistency across the knowledge base. The codebase cov
Allows executing the contents of a specific file within an interactive REPL session.
Fisher is a plugin manager and shell extension manager specifically for the Fish shell. It provides a system for installing, updating, and removing plugins, themes, functions, and completion scripts. The tool uses a flat-file state persistence method to track installed extensions in a plain text file, which enables the synchronization of shell environments across different systems using version control. It covers the full lifecycle of shell extensions, including the discovery of installed plugins, the installation of packages from remote repositories, and the development of distributable she
Injects plugin scripts directly into the active shell session by sourcing files from the installation directory.
Photopea is a browser-based image editor that runs entirely in the browser without requiring any downloads or installations, capable of editing both raster and vector graphics. It functions as a multi-format image converter, a PSD file editor, a RAW photo processor, and a vector graphics editor, all within a single web application. The editor distinguishes itself through its extensive file format support, opening and saving industry-standard formats including PSD, AI, Sketch, Figma, and XD, as well as native files from Affinity, InDesign, and Krita. It also supports RAW camera files from Niko
Runs a custom script automatically each time a file finishes loading into the editor.
usehooks-ts is a comprehensive collection of reusable TypeScript-based hooks designed for managing state, DOM events, and browser API interactions within React applications. It provides a typed library of functions to handle common frontend patterns and side effects. The project distinguishes itself by offering specialized hooks for browser integration, including tools for interacting with the system clipboard, managing local and session storage persistence, and loading external scripts. It also includes utilities for responsive UI development, such as tracking media queries, window dimension
Provides a mechanism for injecting external script tags into the document and tracking their load status.
BATS is a testing framework and verification tool designed for Bash scripts and Unix programs. It serves as a test runner that validates the behavior of command line utilities by verifying exit statuses and command output. The framework functions as a TAP compliant test runner, producing output that follows the Test Anything Protocol for integration with reporting tools and continuous integration pipelines. The tool provides test automation capabilities including isolated test execution in separate subprocesses and lifecycle management via setup and teardown functions. It covers result aggre
Provides mechanisms to load external Bash scripts into the current shell session for shared utility functions.
This project is a cross-platform dotfiles collection and shell configuration framework designed to standardize development environments across Unix and Windows. It provides a set of version-controlled configuration files and environment settings for text editors, terminal multiplexers, and interactive command line interfaces. The collection functions as a symlink configuration manager, linking settings to the home directory to maintain synchronization across multiple machines. It includes a productivity framework for terminal workflow optimization, incorporating tools for fuzzy finding, direc
Implements a mechanism for loading and executing a sequence of plugin scripts into the shell session at runtime.
Provides a command to load and evaluate JavaScript files line-by-line in the REPL.
Acest proiect este o bibliotecă JavaScript de integrare pentru analytics și un colector de evenimente client-side, conceput pentru a înregistra comportamentul utilizatorilor și a distribui acele date către multiple destinații terțe printr-o interfață unificată. Funcționează ca o platformă de date despre clienți (CDP) care identifică utilizatorii, gestionează atributele și direcționează fluxurile de evenimente către diverse instrumente de analiză și depozite de date (data warehouses). Biblioteca se distinge printr-un router de evenimente multi-destinație și middleware de tracking HTTP care interceptează și modifică payload-urile evenimentelor înainte de transmisie. Implementează primitive de gestionare a identității pentru identificarea utilizatorilor, alierea identităților pentru combinarea profilurilor și tracking cross-subdomain prin stocarea identificatorilor pe domeniul principal. Sistemul acoperă o gamă largă de capabilități, inclusiv monitorizarea interacțiunii utilizatorilor pentru vizualizări de pagini, trimiteri de formulare și click-uri pe link-uri, precum și tracking-ul campaniilor de marketing prin extragerea parametrilor UTM. Pentru fiabilitate, utilizează batching-ul cererilor de evenimente, cozi de retry bazate pe stocarea locală cu backoff exponențial și flag-uri de tip keepalive în browser pentru a asigura capturarea datelor în timpul redirecționărilor de pagină. Biblioteca suportă, de asemenea, pixeli de tracking pentru medii care restricționează execuția JavaScript și oferă mecanisme pentru mascarea URL-urilor de integrare, prevenind astfel blocarea cererilor.
Loads specific third-party integration scripts at runtime based on configuration or user consent.
Ulauncher este un lansator de aplicații controlat prin tastatură și o paletă de comenzi extensibilă pentru mediile desktop Linux. Oferă o interfață căutabilă pentru lansarea software-ului instalat și navigarea în fișierele locale. Sistemul dispune de o arhitectură de plugin-uri bazată pe Python care permite integrarea extensiilor terțe și a funcționalităților personalizate. Include o interfață temabilă care suportă scheme de culori și stiluri vizuale personalizate pentru a se potrivi cu mediul sistemului. Capabilitățile de bază includ fuzzy-string matching pentru recuperarea software-ului și a fișierelor, un calculator matematic integrat pentru evaluări instantanee și un browser de fișiere local pentru navigarea în sistem.
Loads third-party Python scripts at runtime to inject new functionality into the application loop.
Boop este un scratchpad de text scriptabil și instrument de productivitate pentru dezvoltatori utilizat pentru automatizarea sarcinilor repetitive de formatare a șirurilor și curățare a datelor. Funcționează ca un transformator de text JavaScript care procesează fragmente de text simplu printr-o bibliotecă de funcții personalizate. Instrumentul dispune de un motor de scripturi cu hot-reloading care reîmprospătează modulele JavaScript de pe disc în timpul rulării, permițând actualizarea logicii de procesare a textului fără a reporni aplicația. Software-ul oferă un motor de transformare a textului cu un selector de scripturi căutabil pentru localizarea și executarea unor funcții specifice. Utilizează buffering-ul de text cu stare pentru a menține o zonă de input și output partajată pentru procesarea secvențială a datelor.
Provides a mechanism to load and execute JavaScript files at runtime to extend application logic dynamically.
Premake is a build system generator and cross-platform build configuration tool. It functions as a scripting engine that transforms scripted workspace definitions into native project files for multiple build toolsets and compilers. Additionally, it can generate JSON-formatted compilation databases for use with language servers and static analysis tools. The project distinguishes itself through a programmable runtime that allows for internal function hooking and the interception of build logic. This extensibility enables users to create custom toolset generators, implement modular extensions f
Allows running configuration scripts directly from the filesystem to accelerate the development cycle.
MusicFreePluginsHub is a dynamic runtime extensibility framework and plugin registry designed to integrate external music streaming services into a playback application. It serves as a centralized directory and asset hosting service that distributes third-party playback scripts and manifests to extend the core functionality of a music player. The system utilizes a JSON-based plugin directory to map specific versions to hosted assets, ensuring synchronized delivery across clients. This is supported by a remote hosting infrastructure that delivers compiled scripts and uses schema-validated mani
Implements mechanisms for loading and executing third-party streaming scripts into the runtime environment.