awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 repositorios

Awesome GitHub RepositoriesCommand Chaining

Executing one CLI command from within another, optionally passing additional arguments.

Distinct from CLI Command Registrars: Distinct from CLI Command Registrars: focuses on chaining command execution, not the registration mechanism.

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

Awesome Command Chaining GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • laravel/tinkerAvatar de laravel

    laravel/tinker

    7,433Ver en GitHub↗

    Laravel Tinker is an interactive shell that boots the full Laravel application context, allowing you to run PHP code, test models, and experiment with the framework in real time from the command line. It integrates PsySH as its underlying REPL engine, providing features like automatic namespace resolution, command history persistence, and on-demand class loading through Composer's autoloader. The tool handles the full lifecycle of a Laravel console command, from defining input signatures and prompting for missing arguments to executing commands programmatically and queuing them for background

    Invokes one command from within another, optionally suppressing its output.

    PHPlaravelpsyshrepl
    Ver en GitHub↗7,433
  • j3ssie/osmedeusAvatar de j3ssie

    j3ssie/Osmedeus

    6,425Ver en GitHub↗

    Osmedeus is a security workflow orchestration engine that coordinates AI agents, shell commands, and scanning tools through declarative YAML pipelines. It functions as a distributed security scanner, a declarative workflow automator, and an AI agent framework for security, enabling automated multi-step security analysis with conditional branching, parallel execution, and distributed workers. The engine distinguishes itself through a hybrid runner model that executes workflow steps on the local host, inside Docker containers, or over SSH to remote machines, selected per step or module. It supp

    Runs additional commands on workers only if all preceding commands succeed.

    Go
    Ver en GitHub↗6,425
  • codeigniter4/codeigniter4Avatar de codeigniter4

    codeigniter4/CodeIgniter4

    5,924Ver en GitHub↗

    CodeIgniter is a PHP web framework built on the Model-View-Controller pattern, designed for building full-stack web applications. It provides a lightweight toolkit with minimal configuration, organizing application logic into controllers, models, and views for clean separation of concerns. The framework includes a fluent query builder for constructing SQL statements programmatically, PSR-4 autoloading with namespace mapping, and a service-based dependency injection container for managing shared class instances. The framework distinguishes itself through its comprehensive set of built-in tools

    Supports executing one CLI command from within another during a command's execution.

    PHPcodeignitercodeigniter4framework-php
    Ver en GitHub↗5,924
  1. Home
  2. Development Tools & Productivity
  3. CLI Command Frameworks
  4. CLI Command Registrars
  5. Command Chaining

Explorar subetiquetas

  • Conditional Post-Command ChainsRuns additional commands only if all preceding custom commands succeed on a worker. **Distinct from Command Chaining:** Distinct from Command Chaining: focuses on conditional execution based on success of preceding commands, not general command chaining.