An open API service indexing awesome lists of open source software.

https://github.com/rougier/agenda

Org agenda in the console
https://github.com/rougier/agenda

emacs org-mode python terminal-app

Last synced: about 1 month ago
JSON representation

Org agenda in the console

Awesome Lists containing this project

README

        

### Interactive agenda in the console

This Python script reads an [org agenda](https://orgmode.org/) 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

![](agenda.png)