Skip to content

Background command runner and combine output to Stdout

Notifications You must be signed in to change notification settings

vanhtuan0409/letsrun

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Background command runner and combine output to Stdout

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages