gcal

Displays calendar. More information: <https://www.gnu.org/software/gcal>.

Install

All systems
curl cmd.cat/gcal.sh
Debian Debian
apt-get install gcal
Ubuntu
apt-get install gcal
image/svg+xml Kali Linux
apt-get install gcal
Fedora
dnf install gcal
Windows (WSL2)
sudo apt-get update sudo apt-get install gcal
OS X
brew install gcal
Raspbian
apt-get install gcal

Displays calendar. More information: <https://www.gnu.org/software/gcal>.

  • Display calendar for the current month:
    gcal
  • Display calendar for the month of February of the year 2010:
    gcal 2 2010
  • Provide calendar sheet with week numbers:
    gcal --with-week-number
  • Change starting day of week to 1st day of the week (Monday):
    gcal --starting-day=1
  • Display the previous, current and next month surrounding today:
    gcal .

© tl;dr; authors and contributors