gui-bo / agenda

Org agenda in the console

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Interactive agenda in the console

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

Usage

./agenda agenda.org --holidays France

Dependencies

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

Example output

About

Org agenda in the console

License:GNU General Public License v3.0


Languages

Language:Python 100.0%