runmany-0.2.0 is not a library.
runmany
Easily run multiple long-running commands in parallel.
No more spawning processes in shell's background (&) or starting multiple terminals just to run few commands.
Usage
# No troubling control characters like "<command>"
# Just use double colon to separate all commands
> runmany
# You can run more commands
> runmany
Now runmany will run all commands in parallel, and exit when all exit.
Installation
Runmany is currently available only for Linux.
If you already have a Rust environment set up, you can use the cargo install command:
> cargo
@TODO: add releases with built binaries