#task-runner #parallel #parallel-task #utitlity

app congregation

Run multiple parallel tasks with grouped output

9 releases

0.1.8 Jul 10, 2025
0.1.7 Jul 10, 2025
0.1.6 May 31, 2025

#745 in Command line utilities

Download history 4/week @ 2025-07-18 1/week @ 2025-08-22

651 downloads per month

MIT license

105KB
502 lines

congregation

Run multiple tasks in parallel with beautiful, grouped output. Inspired by bun filter and concurrently.

asciicast

Installation

Congregation can be installed using Cargo:

cargo install congregation

Usage

To get started, run a simple task by using congregation run:

congregation run 'echo hello'

You can run multiple tasks simultaneously by adding another run keyword:

congregation run 'echo task 1' run 'echo task 2'

For more information, run congregation help.

Dependencies

~6–20MB
~256K SLoC