congregation

Crates.iocongregation
lib.rscongregation
version0.2.9
created_at2025-05-27 14:02:22.173588+00
updated_at2026-01-12 00:16:11.749411+00
descriptionRun multiple parallel tasks with grouped output
homepage
repositoryhttps://github.com/somenever/congregation
max_upload_size
id1691121
size137,734
someever (somenever)

documentation

README

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.

Commit count: 59

cargo fmt