task-spooler

Queue and run tasks sequentially in the background

brewmacoslinux
Try with needOr install directly
Source

About

Batch system to run tasks one after another

Commands

ts

Examples

Queue a command to run in the background$ ts echo 'Hello World'
View the queue of pending and running tasks$ ts -l
Queue multiple long-running jobs to execute one after another$ ts ./backup.sh && ts ./deploy.sh && ts ./cleanup.sh