A command-line tool for running multiple commands concurrently.
cargo install https://github.com/Pingid/tasks
The tool accepts one or more commands as arguments. Each command can optionally have a prefix in square brackets.
tasks "command1" "command2" "command3"
You can add custom prefixes to commands using square brackets:
tasks "[server] npm start" "[client] npm run dev" "[db] docker-compose up"
This project is open source and available under the MIT License.