All Projects → rougier → agenda

rougier / agenda

Licence: GPL-3.0 license
Org agenda in the console

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to agenda

Verb
Organize and send HTTP requests from Emacs
Stars: ✭ 205 (+83.04%)
Mutual labels:  org-mode
ox-leanpub
Org-mode exporter for Leanpub books - mirrored from GitLab
Stars: ✭ 18 (-83.93%)
Mutual labels:  org-mode
dotfiles
My dotfiles - Emacs centric OSX Big Sur
Stars: ✭ 29 (-74.11%)
Mutual labels:  org-mode
Doct
DOCT: Declarative Org Capture Templates for Emacs
Stars: ✭ 210 (+87.5%)
Mutual labels:  org-mode
Ob Async
Asynchronous src_block execution for org-babel
Stars: ✭ 249 (+122.32%)
Mutual labels:  org-mode
trio
Datatype agnostic triple store & query engine API
Stars: ✭ 78 (-30.36%)
Mutual labels:  org-mode
Bullets.vim
🔫 Bullets.vim is a Vim/NeoVim plugin for automated bullet lists.
Stars: ✭ 199 (+77.68%)
Mutual labels:  org-mode
asciiarena
Terminal multiplayer deathmatch game
Stars: ✭ 34 (-69.64%)
Mutual labels:  terminal-app
termscp
🖥 A feature rich terminal UI file transfer and explorer with support for SCP/SFTP/FTP/S3
Stars: ✭ 707 (+531.25%)
Mutual labels:  terminal-app
dotfiles
I showed you my source code, pls respond
Stars: ✭ 45 (-59.82%)
Mutual labels:  org-mode
Spongedown
Markdown with svg bob support
Stars: ✭ 234 (+108.93%)
Mutual labels:  org-mode
Evil Org Mode
Supplemental evil-mode keybindings to emacs org-mode
Stars: ✭ 241 (+115.18%)
Mutual labels:  org-mode
org-recent-headings
Go to recently used Org headings
Stars: ✭ 47 (-58.04%)
Mutual labels:  org-mode
Org Cliplink
Insert org-mode links from clipboard
Stars: ✭ 207 (+84.82%)
Mutual labels:  org-mode
emacs-ob-racket
Emacs Org-Mode Babel code block Racket support
Stars: ✭ 22 (-80.36%)
Mutual labels:  org-mode
Toc Org
toc-org is an Emacs utility to have an up-to-date table of contents in the org files without exporting (useful primarily for readme files on GitHub)
Stars: ✭ 202 (+80.36%)
Mutual labels:  org-mode
org-preview-html
Automatically preview org-exported HTML files within Emacs.
Stars: ✭ 160 (+42.86%)
Mutual labels:  org-mode
this-month-in-org
A monthly blog on developments with Org
Stars: ✭ 40 (-64.29%)
Mutual labels:  org-mode
my-emacs
My Emacs configuration
Stars: ✭ 35 (-68.75%)
Mutual labels:  org-mode
TerminalMediaViewer
An utf-8/truecolor image and video viewer for the terminal
Stars: ✭ 105 (-6.25%)
Mutual labels:  terminal-app

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].