zsh-job-queue

A cross-terminal synchronous job queue for zsh
null

Tech: zsh, GitHub

Years active: 2024

Links:

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.