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
·

5 repositorios

Awesome GitHub RepositoriesShell Execution Wrappers

Tools that invoke external processes directly through the host shell.

Explore 5 awesome GitHub repositories matching devops & infrastructure · Shell Execution Wrappers. Refine with filters or upvote what's useful.

Awesome Shell Execution Wrappers GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • z4nzu/hackingtoolAvatar de Z4nzu

    Z4nzu/hackingtool

    77,515Ver en GitHub↗

    This project is a comprehensive cybersecurity tool collection designed to support security research, penetration testing, and vulnerability assessment. It functions as a unified penetration testing suite, providing a centralized environment where professionals can access a wide range of offensive security utilities to identify system weaknesses and study attack vectors. The platform distinguishes itself through a modular architecture that aggregates disparate security scripts into a single, hierarchical command-line interface. It simplifies the management of these utilities by integrating ext

    Wraps external offensive binaries to execute them directly from the system shell.

    Pythonallinonehackingtoolbesthackingtoolctf-tools
    Ver en GitHub↗77,515
  • nvie/gitflowAvatar de nvie

    nvie/gitflow

    26,825Ver en GitHub↗

    Gitflow es una extensión del modelo de ramificación de Git y una herramienta de automatización de flujo de trabajo. Proporciona un conjunto de herramientas de línea de comandos y scripts automatizados para gestionar el desarrollo de funciones, ciclos de lanzamiento y correcciones urgentes (hotfixes) utilizando operaciones estándar de Git. El proyecto coordina los lanzamientos de software y el control de versiones a través de la gestión de ramas dedicadas de lanzamiento y soporte. Automatiza la creación y fusión de ramas para mantener un ciclo de desarrollo estructurado y gestionar la transición del código del desarrollo a la producción. La herramienta cubre el ciclo de vida completo de varios tipos de ramas, incluida la aislamiento del nuevo desarrollo a través de ramas de funciones y la implementación de correcciones de producción urgentes a través de ramas de hotfix. También incluye utilidades para preparar versiones de software a través de ramas de lanzamiento y mantener versiones de software más antiguas a través de ramas de soporte.

    Utilizes shell-script wrappers to execute sequences of low-level Git commands for complex branching patterns.

    Shell
    Ver en GitHub↗26,825
  • android/ndk-samplesAvatar de android

    android/ndk-samples

    10,513Ver en GitHub↗

    The Android NDK samples provide a comprehensive collection of code examples demonstrating how to integrate C and C++ native code into Android applications. This repository serves as a practical guide for developers utilizing the Android Native Development Kit to implement performance-critical application components that require direct hardware access and low-level system interaction. The project highlights the use of the Java Native Interface to bridge managed code with native modules, enabling cross-language function calls and efficient data exchange. It demonstrates how to manage native act

    Bundles custom shell scripts with applications to intercept or modify process execution behavior.

    C++
    Ver en GitHub↗10,513
  • wslutilities/wsluAvatar de wslutilities

    wslutilities/wslu

    3,750Ver en GitHub↗

    wslu is a collection of integration tools and command-line utilities designed to manage the interaction between the Windows Subsystem for Linux and the Windows host. It provides a suite of tools for path translation, host interop, and system maintenance to bridge the gap between the Linux shell and the host operating system. The project enables the launching of host applications and the creation of Windows desktop shortcuts to trigger Linux commands. It features a programmable interface for executing system tasks, accessing host environment variables, and integrating with the Windows clipboar

    Uses shell script wrappers to trigger native Windows executables from the Linux terminal.

    Shellalpine-linuxarch-linuxbash
    Ver en GitHub↗3,750
  • msys2/msys2.github.ioAvatar de msys2

    msys2/msys2.github.io

    3,026Ver en GitHub↗

    MSYS2 is a software distribution that provides a MinGW development environment, a Bash shell, and a Unix-to-Windows compatibility layer on Windows. It centers around the Pacman package manager for installing and managing software dependencies and provides C++ toolchains for creating native software for x86_64 and ARM64 architectures. The project distinguishes itself by providing a comprehensive compatibility layer that translates Unix paths and process arguments for use on Windows. It enables the emulation of a native Linux build environment, allowing users to compile native Windows executabl

    Uses dedicated executable wrappers to initialize specific architecture environments and terminal profiles before starting a session.

    CSS
    Ver en GitHub↗3,026
  1. Home
  2. DevOps & Infrastructure
  3. Execution Environments
  4. Code Execution Runtimes
  5. Shell Execution Wrappers