Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 588 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 588 Bytes

Interactive agenda in the console

This Python script reads an org agenda file (i.e. a regular org file with some active dates) and displays an interactive and colored year calendar with detailed information for each day when the mouse hovers a specific date. Else, it shows event for the current week.

Usage

./agenda agenda.org --holidays France

Dependencies

pip install orgparse  # See https://github.com/karlicoss/orgparse
pip install holidays  # See https://github.com/dr-prodigy/python-holidays

Example output