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:
- Open Terminal by pressing
<command+space>. Type terminal and hitEnterkey. - Copy and execute below command
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null - Install dcal using brew
brew install dcal
dcal is ready to use now!