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
- Host: GitHub
- URL: https://github.com/mizzy/para
- Owner: mizzy
- Created: 2020-10-17T11:29:20.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-17T14:31:18.000Z (over 5 years ago)
- Last Synced: 2025-06-27T10:06:28.921Z (12 months ago)
- Language: Go
- Homepage:
- Size: 164 KB
- Stars: 9
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.
