themattrix/bash-concurrent
Bash function to run tasks in parallel and display pretty output as they complete. observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3886
- days_rel: n/a
- days_push: 2696
- n_releases_24m: 0
Adoption not part of the score
1259 stars · 52 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A Bash function that runs shell tasks in parallel with dependency ordering and pretty terminal output. It is a single-file shell library sourced into scripts.
Use cases
- run shell tasks in parallel
- run bash commands concurrently with pretty output
- define task dependencies in bash scripts
- run tasks sequentially or in stages from the terminal
- parallelize build or deployment steps in shell
When to choose
- you want parallel task execution in pure Bash with no dependencies
- you need simple dependency ordering between shell tasks
- you want readable status output for long-running shell jobs
When to avoid
- you need a full workflow engine with retries, scheduling, or distributed execution
- your tasks are in Python or another language with better-native parallelism
- you need Windows support
Facets
library · maturity maintenance
concurrency cli developer-tools cli bash parallel-tasks shell-scripting task-runner command-line automation linux macos
1 source
- readme: https://github.com/themattrix/bash-concurrent · fetched 2026-08-28 · 6d1b795b55cf
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| themattrix/bash-concurrent | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="themattrix/bash-concurrent")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem