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

https://github.com/mizzy/para

Simple command-line tool to run commands in parallel written in Go
https://github.com/mizzy/para

Last synced: 12 months ago
JSON representation

Simple command-line tool to run commands in parallel written in Go

Awesome Lists containing this project

README

          

# para

Simple command line tool to run commands in parallel written in Go.

## How to use

```
$ para COMMAND ARG1 [ARG2 ARG3 ...]
```

`#{0}` in COMMAND is replaced with ARGS. See below example.

![](./example.jpg)