Execute commands in parallel with structured output, logging, and progress tracking.
A bash wrapper around GNU parallel that simplifies running multiple commands concurrently with:
- Structured output (JSON or text format)
- Per-command logs (stdout/stderr capture)
- Timeout handling with signal detection
- Progress tracking and summary statistics
- Color output and progress bars