# task-spooler
## Metadata
**Status**:: #x
**Zettel**:: #zettel/literature
**Created**:: [[2023-08-01]]
**Topic**:: [[♯ Shell]]
**Tags**:: #shell #job-scheduler
## Synopsis
```shell
# macOS, ts
brew install task-spooler
# Ubuntu, tsp
apt install task-spooler
```
Pay attention to the different executable name.
```shell
if command -v tsp &>/dev/null; then
alias ts="tsp"
fi
```
## References
- Salinas-Monteagudo, R. (2013, April 2). Silently start task in background. Stack Exchange. <https://unix.stackexchange.com/a/70939/31447>