congregation 0.3.0

Run multiple parallel tasks with grouped output
congregation-0.3.0 is not a library.

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.