Skip to content

somenever/congregation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Run multiple concurrent tasks with style. Written in Rust, btw

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages