Installing dcal on Mac using Brew

Package Information:

Name: dcal
Use: dcal(1) is to cal(1) what ddate(1) is to date(1)
URL: http://alexeyt.freeshell.org/

Installation Steps:

  1. Open Terminal by pressing <command+space>. Type terminal and hit Enter key.
  2. Copy and execute below command

    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
  3. Install dcal using brew
    brew install dcal

dcal is ready to use now!