Skip to content

rougier/agenda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages