awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

8 repository-uri

Awesome GitHub RepositoriesConfiguration-Defined Scripts

Shortcuts for shell commands defined within a project configuration file.

Distinct from CLI Scripts: Distinct from general CLI scripts as these are mapped names within a project config, not standalone executable files.

Explore 8 awesome GitHub repositories matching development tools & productivity · Configuration-Defined Scripts. Refine with filters or upvote what's useful.

Awesome Configuration-Defined Scripts GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • pypa/pipenvAvatar pypa

    pypa/pipenv

    25,066Vezi pe GitHub↗

    Pipenv is a Python dependency manager and virtual environment manager that ensures reproducible environments across different systems. It functions as a lockfile resolver, generating deterministic lockfiles from high-level dependency constraints to prevent version drift. The tool integrates project workflow automation by loading environment variables and executing custom project scripts. It also includes security auditing capabilities to scan installed packages for known vulnerabilities. The system covers a broad range of capabilities including dependency version locking, package installatio

    Allows the definition of custom command shortcuts for complex shell tasks within the project configuration.

    Python
    Vezi pe GitHub↗25,066
  • verekia/js-stack-from-scratchAvatar verekia

    verekia/js-stack-from-scratch

    20,179Vezi pe GitHub↗

    This project is a JavaScript full-stack tutorial providing a step-by-step guide to building a complete web application from scratch. It focuses on the manual implementation of a custom JavaScript toolchain, encompassing the development of a server-side rendering workflow and a client-side state manager. The project distinguishes itself by implementing core development utilities without high-level frameworks, including custom solutions for bundling, transpilation, linting, and hot module replacement. It also features a real-time communication system based on WebSockets for bidirectional messag

    Defines named task shortcuts in a project manifest to simplify complex command-line instructions.

    JavaScript
    Vezi pe GitHub↗20,179
  • microsoft/vscode-tips-and-tricksAvatar microsoft

    microsoft/vscode-tips-and-tricks

    9,086Vezi pe GitHub↗

    This project is a comprehensive productivity guide and configuration reference for the VS Code editor. It provides a curated collection of shortcuts, configuration tips, and tutorials designed to improve efficiency and optimize the daily coding workflow. The resource covers advanced AI-assisted development, including the integration of autonomous agents, custom prompt files, and AI-powered coding assistants for task automation and code generation. It also provides specialized guidance on integrated terminal management, such as configuring shell profiles and automating command execution. Addi

    Defines schemas for mapping named shortcuts to external build or test scripts within project configs.

    Vezi pe GitHub↗9,086
  • evilmartians/lefthookAvatar evilmartians

    evilmartians/lefthook

    7,598Vezi pe GitHub↗

    Lefthook is a Git hook manager and workflow automation tool designed to execute user-defined scripts during version control events. It automates the execution of linters, tests, and formatters to validate changes and maintain code quality before commits or pushes. The project distinguishes itself through a parallel execution model that runs multiple shell commands concurrently to reduce latency. It supports complex configuration management, including the ability to merge global, remote, and local settings and synchronize configurations from external repositories to standardize development env

    Maps version control events to user-defined scripts via YAML or JSON configuration files.

    Gogitgogolang
    Vezi pe GitHub↗7,598
  • raycast/script-commandsAvatar raycast

    raycast/script-commands

    6,765Vezi pe GitHub↗

    This project is a desktop automation scripting framework and shell script command runner. It allows users to execute custom scripts and workflows from a central launcher to automate repetitive desktop tasks and system operations. The framework functions as a unified command interface and a JSON input automation bridge, serializing search queries into arguments passed to the execution environment. It integrates large language model prompts directly into the desktop interface to automate content generation and answer questions. The system handles a broad range of capabilities including the exe

    Defines display names, icons, and execution directories to control how scripts appear and behave in the launcher.

    Shell
    Vezi pe GitHub↗6,765
  • vicinaehq/vicinaeAvatar vicinaehq

    vicinaehq/vicinae

    6,436Vezi pe GitHub↗

    Uses file-level annotations to set script metadata for indexing and display.

    C++app-launcherlinuxnodejs
    Vezi pe GitHub↗6,436
  • johnlindquist/kitAvatar johnlindquist

    johnlindquist/kit

    4,189Vezi pe GitHub↗

    Kit este un framework de automatizare desktop și un set de instrumente UI scriptabil conceput pentru construirea de instrumente de productivitate personalizate. Servește ca un wrapper CLI cross-platform și un automatizator de sistem macOS, oferind un mediu pentru a executa scripturi care gestionează sarcini ale sistemului de operare, gestionarea fișierelor și fluxuri de lucru ale aplicațiilor. Proiectul se distinge printr-un strat dedicat de integrare LLM pentru extragerea structurată a datelor și generarea de text, alături de un framework UI specializat pentru crearea de formulare de input interactive, ferestre HTML și widget-uri plutitoare. Dispune de o integrare profundă cu macOS prin executarea AppleScript și personalizarea barei de meniu a sistemului. Framework-ul acoperă o gamă largă de capabilități, inclusiv controlul dispozitivelor de input la nivel de sistem, gestionarea clipboard-ului și controlul alimentării. Include utilitare de automatizare pentru programare bazată pe cron și monitorizarea fișierelor, precum și instrumente pentru dezvoltatori pentru sincronizarea Git, gestionarea variabilelor de mediu și web scraping. Sistemul oferă suport integrat pentru executarea comenzilor shell și gestionarea mediilor de script izolate.

    Defines script properties and visibility through metadata comments to control interface behavior.

    TypeScript
    Vezi pe GitHub↗4,189
  • baserow/baserowAvatar baserow

    baserow/baserow

    4,188Vezi pe GitHub↗

    Baserow is a self-hosted, no-code relational database platform built on PostgreSQL. It provides a spreadsheet-like interface for structuring and managing data without writing code, while exposing all database resources via a REST API to support headless architectures. The platform distinguishes itself by integrating large language models and embedding servers to power AI assistants and automated data generation. It further extends its utility as a no-code application builder, allowing users to create custom internal portals, dashboards, and business tools using visual logic and managed data.

    Supports user-defined task aliases mapped within a local project configuration file.

    Pythonairtableairtable-alternativeairtable-replacement
    Vezi pe GitHub↗4,188
  1. Home
  2. Development Tools & Productivity
  3. Terminal, Shell & CLI
  4. CLI Tooling Frameworks
  5. CLI Scripts
  6. Configuration-Defined Scripts

Explorează sub-etichetele

  • File-Level DirectivesUsing file-level annotations to set a script's title, output mode, and execution command for indexing and display. **Distinct from Configuration-Defined Scripts:** Distinct from Configuration-Defined Scripts: uses inline file annotations rather than a separate configuration file.
  • Launcher Metadata ConfigurationDefining display names, icons, and execution paths within script headers for launcher integration. **Distinct from Configuration-Defined Scripts:** Focuses on UI metadata for a command launcher rather than general project configuration files for shell commands.
  • Metadata DefinitionsUsing code comments or metadata to define a script's properties and interface behavior. **Distinct from Configuration-Defined Scripts:** Focuses on declarative metadata for UI control rather than just shortcut mapping in a config file.