awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
darkguy2008 avatar

darkguy2008/parallelshell

0
View on GitHub↗
498 stars·45 forks·JavaScript·2 vues

Parallelshell

This is a super simple npm module to run shell commands in parallel. All processes will share the same stdout/stderr, and if any command exits with a non-zero exit status, the rest are stopped and the exit code carries through.

Features

  • Shell and Scripting - Runs multiple shell commands in parallel.

Historique des stars

Graphique de l'historique des stars pour darkguy2008/parallelshellGraphique de l'historique des stars pour darkguy2008/parallelshell

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à Parallelshell

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Parallelshell.
  • erikbjare/gptmeAvatar de ErikBjare

    ErikBjare/gptme

    4,334Voir sur GitHub↗

    gptme is a multi-agent orchestration platform designed for autonomous software engineering, terminal-based AI integration, and RAG-enhanced code navigation. It enables the deployment of persistent agents and specialized subagents to decompose complex tasks and execute parallel technical workflows. The system distinguishes itself through a combination of vision-based GUI automation for controlling desktop applications and surgical patching mechanisms for targeted source code modifications. It utilizes git-based memory management to maintain a versioned history of agent identities, lessons, and

    Python
    Voir sur GitHub↗4,334
  • pyinvoke/invokeAvatar de pyinvoke

    pyinvoke/invoke

    4,716Voir sur GitHub↗

    Invoke is a Python task automation library used to define and run named Python functions as command-line tasks. It provides a system for mapping functions to executable commands, enabling the automation of repetitive development workflows and the orchestration of build pipelines. The project implements a namespace-based task hierarchy, allowing related tasks to be grouped into nested collections for a structured command-line interface. It utilizes a layered configuration resolution system to merge settings from environment variables, configuration files, and defaults. The toolset includes sh

    Python
    Voir sur GitHub↗4,716
  • google/zxAvatar de google

    google/zx

    45,536Voir sur GitHub↗

    This project is a shell scripting environment and task automation toolset that enables the execution of system commands directly within JavaScript. It functions as a process execution wrapper, providing a unified interface for spawning external utilities, managing system processes, and orchestrating complex workflows. The tool distinguishes itself by using tagged template literals to automatically escape shell arguments, which prevents command injection vulnerabilities during execution. It supports both synchronous and asynchronous command execution, allowing developers to choose between bloc

    JavaScriptbashchild-processcli
    Voir sur GitHub↗45,536
  • ehmicky/gulp-execaAvatar de ehmicky

    ehmicky/gulp-execa

    56Voir sur GitHub↗

    Gulp.js command execution for humans

    JavaScript
    Voir sur GitHub↗56
Voir les 14 alternatives à Parallelshell→

Questions fréquentes

Que fait darkguy2008/parallelshell ?

This is a super simple npm module to run shell commands in parallel. All processes will share the same stdout/stderr, and if any command exits with a non-zero exit status, the rest are stopped and the exit code carries through.

Quelles sont les fonctionnalités principales de darkguy2008/parallelshell ?

Les fonctionnalités principales de darkguy2008/parallelshell sont : Shell and Scripting.

Quelles sont les alternatives open-source à darkguy2008/parallelshell ?

Les alternatives open-source à darkguy2008/parallelshell incluent : erikbjare/gptme — gptme is a multi-agent orchestration platform designed for autonomous software engineering, terminal-based AI… pyinvoke/invoke — Invoke is a Python task automation library used to define and run named Python functions as command-line tasks. It… node-modules/runscript — 📢📢📢📢📢 You should use execa instead. 📢📢📢📢. indigounited/node-cross-spawn — [npm-url]:https://npmjs.org/package/cross-spawn [downloads-image]:https://img.shields.io/npm/dm/cross-spawn.svg… google/zx — This project is a shell scripting environment and task automation toolset that enables the execution of system… ehmicky/gulp-execa — Gulp.js command execution for humans.