awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
darkguy2008 avatar

darkguy2008/parallelshell

0
View on GitHub↗
498 星标·45 分支·JavaScript·2 次浏览

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.

Star 历史

darkguy2008/parallelshell 的 Star 历史图表darkguy2008/parallelshell 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

Parallelshell 的开源替代方案

相似的开源项目,按与 Parallelshell 的功能重合度排序。
  • erikbjare/gptmeErikBjare 的头像

    ErikBjare/gptme

    4,334在 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
    在 GitHub 上查看↗4,334
  • pyinvoke/invokepyinvoke 的头像

    pyinvoke/invoke

    4,716在 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
    在 GitHub 上查看↗4,716
  • google/zxgoogle 的头像

    google/zx

    45,536在 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
    在 GitHub 上查看↗45,536
  • ehmicky/gulp-execaehmicky 的头像

    ehmicky/gulp-execa

    56在 GitHub 上查看↗

    Gulp.js command execution for humans

    JavaScript
    在 GitHub 上查看↗56
查看 Parallelshell 的所有 14 个替代方案→

常见问题解答

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.

darkguy2008/parallelshell 的主要功能有哪些?

darkguy2008/parallelshell 的主要功能包括:Shell and Scripting。

darkguy2008/parallelshell 有哪些开源替代品?

darkguy2008/parallelshell 的开源替代品包括: 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.