An open API service indexing awesome lists of open source software.

https://github.com/vanhtuan0409/letsrun

Background command runner and combine output to Stdout
https://github.com/vanhtuan0409/letsrun

cli utility

Last synced: 4 months ago
JSON representation

Background command runner and combine output to Stdout

Awesome Lists containing this project

README

          

# Letsrun

Letsrun is a command runner that allow parallel execution of blocking process. Plus it combines standard output of each process and dispatch OS signal.

If you like my work, consider buy me a coffee :D

Buy Me A Coffee

### Installation

#### Build from source
```
go get github.com/vanhtuan0409/letsrun
go install github.com/vanhtuan0409/letsrun
```

### Example

```
letsrun "sleep 10" "sleep 10" "echo Hello"
```

### Usage manual

```
Usage: letsrun [OPTIONS] COMMANDS

Background command runner and combine output into stdout

Options:
-c Print colorized output (default true)
-i Print command index indicator (default true)
-t Print timestamp to output
```

### Screenshot

![](screenshot/image.png)