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
- Host: GitHub
- URL: https://github.com/rougier/agenda
- Owner: rougier
- License: gpl-3.0
- Created: 2021-02-11T18:20:47.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-02-27T16:35:01.000Z (about 2 years ago)
- Last Synced: 2025-03-25T02:06:07.803Z (about 1 month ago)
- Topics: emacs, org-mode, python, terminal-app
- Language: Python
- Homepage:
- Size: 367 KB
- Stars: 137
- Watchers: 4
- Forks: 9
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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
