zsh-job-queue
A cross-terminal synchronous job queue for zsh

A cross-terminal synchronous job queue for zsh
zsh-job-queue manages a global synchronous job queue. Use case: You have a script that modifies a file. You want to support running the script in multiple terminals, in quick succession. You want to make sure that none of the runs’ changes are lost.