Run multiple tasks in parallel with beautiful, grouped output. Inspired by bun filter and concurrently.
Congregation can be installed using Cargo:
cargo install congregationTo 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.
