8000 GitHub - Pingid/tasks: A command-line tool for running multiple commands concurrently.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Pingid/tasks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tasks CLI

A command-line tool for running multiple commands concurrently.

Installation

cargo install https://github.com/Pingid/tasks

Usage

The tool accepts one or more commands as arguments. Each command can optionally have a prefix in square brackets.

Basic Usage

tasks "command1" "command2" "command3"

With Custom Prefixes

You can add custom prefixes to commands using square brackets:

tasks "[server] npm start" "[client] npm run dev" "[db] docker-compose up"

License

This project is open source and available under the MIT License.

About

A command-line tool for running multiple commands concurrently.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0