calendar

Display upcoming events from a calendar file. More information: <https://www.commandlinux.com/man-page/man1/calendar.1.html>.

Install

All systems
curl cmd.cat/calendar.sh
Debian Debian
apt-get install bsdmainutils
Ubuntu
apt-get install bsdmainutils
Arch Arch Linux
pacman -S calendar
image/svg+xml Kali Linux
apt-get install bsdmainutils
Fedora
dnf install calendar
Windows (WSL2)
sudo apt-get update sudo apt-get install bsdmainutils
Raspbian
apt-get install bsdmainutils

Display upcoming events from a calendar file. More information: <https://www.commandlinux.com/man-page/man1/calendar.1.html>.

  • Show events for today and tomorrow (or the weekend on Friday) from the default calendar:
    calendar
  • Look [A]head, showing events for the next 30 days:
    calendar -A 30
  • Look [B]ack, showing events for the previous 7 days:
    calendar -B 7
  • Show events from a custom calendar [f]ile:
    calendar -f path/to/file

© tl;dr; authors and contributors