Manage long-running shell commands with a daemon-based queue system
Command-line tool for managing long-running shell commands
pueue
$ pueue add 'sleep 300 && echo finished'
$ pueue status
$ pueue start && pueue parallel 4