awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

10 Repos

Awesome GitHub RepositoriesConfiguration Scripting

Scripting environments used to dynamically configure application behavior at startup.

Distinct from Configuration Runtimes: Distinct from general configuration runtimes: focuses on the use of specific scripting languages for editor configuration.

Explore 10 awesome GitHub repositories matching programming languages & runtimes · Configuration Scripting. Refine with filters or upvote what's useful.

Awesome Configuration Scripting GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • nvim-lua/kickstart.nvimAvatar von nvim-lua

    nvim-lua/kickstart.nvim

    30,856Auf GitHub ansehen↗

    Kickstart.nvim is a foundational boilerplate designed for building personalized Neovim environments. It provides a structured framework that uses Lua scripting to organize editor settings and custom logic, serving as a starting point for users to develop their own text editing workflows. The project distinguishes itself by integrating a centralized plugin manager that automates the installation, versioning, and lazy-loading of extensions. This orchestration minimizes startup latency while maintaining a declarative approach to managing the lifecycle of editor tools. The framework supports mod

    Uses Lua scripting as the primary runtime for defining and initializing editor configuration.

    Lua
    Auf GitHub ansehen↗30,856
  • code4craft/webmagicAvatar von code4craft

    code4craft/webmagic

    11,680Auf GitHub ansehen↗

    Webmagic is a Java web crawling framework designed for building scalable automated crawlers to download and process large volumes of web pages. It functions as a distributed web crawler and dynamic content crawler, utilizing an XPath HTML parser to locate and extract specific data points from page structures. The framework distinguishes itself through its ability to handle dynamic content by rendering JavaScript and executing asynchronous requests to extract data from non-static pages. It also allows users to define and execute crawler logic via scripting languages, enabling the update of col

    Allows users to define crawl logic in a scripting language to update collection tasks without recompiling the application.

    Javacrawlerframeworkjava
    Auf GitHub ansehen↗11,680
  • mawww/kakouneAvatar von mawww

    mawww/kakoune

    10,938Auf GitHub ansehen↗

    Kakoune is a scriptable, modal text editor for the terminal that employs a client-server architecture. This model allows multiple terminal windows to connect to a single editing session, providing a programmable environment for managing source code and text. The editor is distinguished by its selection-first logic, where a text region must be predefined before a command is applied. It leverages regular expressions to manage multiple cursors and perform bulk edits across complex text patterns, and it integrates deeply with the shell by piping selections through external programs and filters.

    Provides a scripting environment for dynamically configuring editor behavior and settings at startup.

    C++
    Auf GitHub ansehen↗10,938
  • o3de/o3deAvatar von o3de

    o3de/o3de

    8,954Auf GitHub ansehen↗

    This project is an open-source 3D game engine designed for building high-fidelity games, simulations, and cinematic environments. It functions as a robotics simulation platform with native integration for ROS 2 to model robot controllers and sensors. The engine features a multi-threaded Forward+ physically based renderer that supports hardware-accelerated ray tracing and global illumination. The system is built on a modular extension architecture using Gems to add or replace features without modifying core binaries. It includes a native SDK for AWS cloud integration, enabling IAM authenticati

    Provides a reflection-based registry to read and modify engine settings using scripting languages.

    C++3d-graphics3d-graphics-engineanimation
    Auf GitHub ansehen↗8,954
  • gui-for-cores/gui.for.singboxAvatar von GUI-for-Cores

    GUI-for-Cores/GUI.for.SingBox

    7,188Auf GitHub ansehen↗

    GUI.for.SingBox is a desktop graphical interface client for managing the sing-box network proxy core. It functions as a network proxy manager and subscription manager, allowing users to configure routing rules, organize proxy profiles, and synchronize remote proxy server lists from external subscription providers. The application distinguishes itself through an event-driven plugin architecture and a script-based configuration middleware, enabling users to extend core functionality and programmatically modify configuration values. It also features a system for cross-platform settings synchroni

    Provides script-based middleware to programmatically modify generated configuration values.

    Vueguirolldown-vitesing-box
    Auf GitHub ansehen↗7,188
  • nanotee/nvim-lua-guideAvatar von nanotee

    nanotee/nvim-lua-guide

    5,934Auf GitHub ansehen↗

    Dieses Projekt ist ein umfassender Leitfaden für das Schreiben von Neovim-Konfigurationen und Plugins unter Verwendung der Programmiersprache Lua. Es dient als Handbuch für die Nutzung der nativen Neovim-Lua-API zur Verwaltung von Buffern, Fenstern und Editor-Optionen. Der Leitfaden konzentriert sich auf die Interoperabilität zwischen Lua und Vimscript und bietet Anleitungen, wie Vimscript aus Lua ausgeführt und wie Lua-Funktionen aus Vimscript aufgerufen werden können. Zudem bietet er ein Framework für die Plugin-Entwicklung, das die Organisation von Code in externe Module sowie die Erstellung benutzerdefinierter Befehle und Key-Mappings abdeckt. Die Dokumentation umfasst weiterführende Funktionen wie die Automatisierung von Editor-Workflows, die Manipulation interner Variablen und die Verwaltung von Editor-Optionen. Sie enthält zudem Anleitungen zum Sourcing externer Dateien und zum Modifizieren von Buffer-Zeilen.

    Provides a comprehensive guide to using the Lua programming language to define Neovim's behavior and settings.

    documentationguidelua
    Auf GitHub ansehen↗5,934
  • thephd/sol2Avatar von ThePhD

    ThePhD/sol2

    5,072Auf GitHub ansehen↗

    Sol2 ist eine C++-Lua-Binding-Bibliothek, die als Interoperabilitätsschicht für die Integration von Lua-Skripten in C++-Anwendungen dient. Sie fungiert als Skripting-Wrapper und API-Toolkit, das die Ausführung von Lua-Code und die Verwaltung des geteilten Zustands innerhalb einer nativen C++-Umgebung ermöglicht. Die Bibliothek konzentriert sich auf das automatisierte Funktions- und Typ-Mapping, um native C++-Klassen und komplexe Datentypen mit der Lua-Skript-Engine zu verbinden. Sie bietet Mechanismen für den bidirektionalen Datenaustausch, wodurch kompilierte Logik und Variablen zwischen der Host-Anwendung und der Skript-Laufzeitumgebung synchronisiert werden können. Das System umfasst Funktionen für natives API-Binding, benutzerdefiniertes Typ-Mapping und die Ausführung von Skripten innerhalb einer C++-Umgebung. Es verwaltet zudem Ressourcen durch automatisches Speichermanagement und die Verfolgung von Objektlebenszyklen.

    Allows for the implementation of dynamic application configuration and behavior customization via Lua scripts.

    C++
    Auf GitHub ansehen↗5,072
  • kanasimi/work_crawlerAvatar von kanasimi

    kanasimi/work_crawler

    4,073Auf GitHub ansehen↗

    Dieses Projekt ist ein webbasierter Manga- und Roman-Downloader sowie ein Multi-Site-Web-Scraper, der darauf ausgelegt ist, Bilder und Texte von verschiedenen Medienplattformen zu extrahieren. Es fungiert als digitaler Medienarchivar und EPUB-Generator und nutzt eine Plugin-basierte Crawler-Architektur mit standortspezifischen Skripten, um die Extraktion von Inhalten von verschiedenen internationalen Websites zu definieren. Das System zeichnet sich durch authentifiziertes Web-Crawling aus, wobei Browser-Cookie-Simulation verwendet wird, um auf eingeschränkte oder nur für Mitglieder zugängliche Inhalte zuzugreifen. Es enthält spezialisierte Funktionen für die Archivierung digitaler Comics, die Bildsequenzen in komprimierte Archive organisieren, sowie eine Konvertierungspipeline, die Web-Roman-Texte und Bilder in standardisierte EPUB-Dateien verpackt. Die Software bietet eine umfassende Inhaltsverarbeitung, einschließlich der Überprüfung der Bildintegrität zur Sicherstellung maximaler Qualität sowie Middleware zur Standardisierung von vereinfachtem und traditionellem Chinesisch. Es verwaltet Downloads über ein State-Tracking-System, das die Wiederaufnahme von Aufgaben ermöglicht, und bietet mehrere Möglichkeiten, Crawls über ein grafisches Interface, ein CLI oder eine API zu starten.

    Implements an extensibility layer allowing users to define specific scraping rules for different websites via a crawler library.

    JavaScriptcejscomic-downloadercomics
    Auf GitHub ansehen↗4,073
  • qos-ch/logbackAvatar von qos-ch

    qos-ch/logback

    3,211Auf GitHub ansehen↗

    Logback is a Java logging framework used to record system events and diagnostic messages through a programmable API. It serves as a concrete implementation of the Simple Logging Facade for Java (SLF4J) and provides a structured logging engine for outputting events in machine-readable formats like JSON. The system distinguishes itself through an asynchronous log processor that utilizes circular queues and background workers to reduce performance overhead. It also features a log file rotation manager for size-based or time-based rollover with automatic compression, and the ability to update log

    Enables the use of Groovy scripts as a flexible alternative to static markup files for configuration.

    Java
    Auf GitHub ansehen↗3,211
  • unixorn/zsh-quickstart-kitAvatar von unixorn

    unixorn/zsh-quickstart-kit

    896Auf GitHub ansehen↗

    This project is a configuration framework for the Zsh shell that automates the setup, maintenance, and synchronization of terminal environments. It functions as a plugin manager and productivity suite, providing a unified workflow to manage shell extensions, environment variables, and interface settings without requiring manual edits to core configuration files. The framework distinguishes itself by using a modular approach to shell customization, allowing users to organize aliases, functions, and environment variables into separate files. It provides a command-line interface to toggle themes

    Dynamically loads user-defined scripts from specific directories to maintain a clean and extensible shell environment.

    Shelldotfileshacktoberfestoh-my-zsh
    Auf GitHub ansehen↗896
  1. Home
  2. Programming Languages & Runtimes
  3. Programming Language Varieties
  4. Programming Languages
  5. Dynamic & Scripting
  6. Lua
  7. Configuration Runtimes
  8. Configuration Scripting

Unter-Tags erkunden

  • Configuration MiddlewareScript-based logic that programmatically modifies configuration values before they are passed to the core application. **Distinct from Configuration Scripting:** Distinct from simple scripting; this acts as a middleware layer in the configuration generation pipeline.
  • Crawler Logic Scripting1 Sub-TagUsing scripting languages to define and update the behavior of web crawlers at runtime. **Distinct from Configuration Scripting:** Focuses on updating collection tasks and scraping logic specifically, rather than general editor or system configuration.
  • Groovy ScriptingUse of the Groovy language to define flexible, programmable logging configurations. **Distinct from Configuration Scripting:** Specifies the use of Groovy specifically for the configuration mechanism, rather than general configuration scripting.