Installing devtodo on Mac using Brew

Package Information:

Name: devtodo
Use: DevTodo is a small command line application for maintaining lists of tasks.
URL: https://swapoff.org/devtodo.html

Installation Steps:

  1. Open up your Terminal.
  2. Now, run
    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
  3. Install devtodo using brew
    brew install devtodo

devtodo is ready to use now!