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
- Host: GitHub
- URL: https://github.com/vanhtuan0409/letsrun
- Owner: vanhtuan0409
- Created: 2019-11-20T10:34:50.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-25T08:13:15.000Z (over 6 years ago)
- Last Synced: 2025-12-17T19:38:08.983Z (7 months ago)
- Topics: cli, utility
- Language: Go
- Homepage:
- Size: 315 KB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
### 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

