LinuxCommandLibrary

carl

Command-line calendar with color and iCal support

TLDR

Display the current month
$ carl
copy
Display a specific month and year
$ carl -m [3] -y [2024]
copy
Display the entire year
$ carl -y [2024]
copy
Display with week numbers
$ carl -w
copy
Load events from an iCal file
$ carl --ical [path/to/calendar.ics]
copy

SYNOPSIS

carl [options]

DESCRIPTION

carl is a command-line calendar tool that displays colorful, formatted calendars in the terminal. It supports loading and displaying events from iCal (.ics) files, highlighting dates with events. The output uses colors and formatting for improved readability compared to the traditional cal command.
Carl can display single months, full years, and highlight the current date. When iCal files are loaded, event dates are marked in the calendar view.

PARAMETERS

-m MONTH

Display a specific month (1-12).
-y YEAR
Display a specific year.
-w
Show ISO week numbers.
--ical FILE
Load events from an iCal (.ics) file.
--theme THEME
Set the color theme.

CAVEATS

iCal support covers basic events but may not handle all recurrence rules or complex calendar features. Color output requires a terminal with ANSI color support.

SEE ALSO

cal(1), calcurse(1), calcure(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard