Which command line tools do you use?

cal (command) - Wikipedia.

If you are on Mac or Linux, it’s already there on your computer.

Running;
cal displays the current month,
cal -3 displays prev/current/next months
cal -j displays days of the year instead of days of the current month
cal -y displays the whole year
cal 2023 displays Calendar of 2023
cal 02 2023 displays Febraury 2023

4 Likes