From 599ca166ad8e0784269beb642ebe5cce04e85ab4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Tue, 1 Jul 2025 12:35:18 -0400 Subject: [PATCH] Allow entering PTO with just 'PTO' --- pomodoro_to_harvest.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pomodoro_to_harvest.py b/pomodoro_to_harvest.py index efe0e2c..611f048 100644 --- a/pomodoro_to_harvest.py +++ b/pomodoro_to_harvest.py @@ -155,6 +155,7 @@ compound_project_tasks = { "Internal — Planning": ["planning", "plan"], "Internal — Personal Learning": ["Learning", "Personal learning", "learn"], "Internal — Presentations": ["presentations", "presentation"], + "Internal — PTO": ["PTO", "Paid Time Off", "Agaric PTO"], "Internal — Network Engagement": ["Network Engagement", "NE", "network engagment", "Social media", "Network building", "Agaric network engagement", "AgaricNetwork Engagement", "Networking"], "VHFA — Contributing back to the community": ["VHFA contrib"], }