pueue

Manage long-running shell commands with a daemon-based queue system

brewmacoslinux
Try with needOr install directly
Source

About

Command-line tool for managing long-running shell commands

Commands

pueue

Examples

Add a long-running command to the queue$ pueue add 'sleep 300 && echo finished'
View the status of all queued and running tasks$ pueue status
Start the daemon and execute queued tasks with parallel workers$ pueue start && pueue parallel 4