A Guide To Install task-spooler On Mac Using Brew
What is “task-spooler” Package?
Batch system to run tasks one after another
For more details: http://vicerveza.homeunix.net/~viric/soft/ts/
Installation
- Open Terminal by pressing
command+space
then type terminal and hitEnter
key. - Install homebrew first.
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install task-spooler.
brew install task-spooler
Now, use task-spooler!