diff --git a/.gitignore b/.gitignore index 94b045e..85720aa 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ .venv .mise.local.toml .latest-run.txt +.latest-gitrun.txt diff --git a/my_tasks.yaml b/my_tasks.yaml index bcc5c13..2b33ebf 100644 --- a/my_tasks.yaml +++ b/my_tasks.yaml @@ -1,15 +1,33 @@ # -*- mode:yaml-ts; -*- --- tasks: - - text: "Water Indoor Plants" - type: "todo" + - text: "Treat Yo'self" + notes: >- + Can we make cool lists? + • Amazeballs + • Deez nuts + recurrence: + type: flex + day: Wednesday + + - text: Play a Puzzle Game + notes: | + Treat yo\'self with a game, like: + • Tarot puzzle + • Bordergrams + recurrence: + type: flex + day: Thursday + + - text: Water Indoor Plants + type: todo priority: 1 # 0.1: Trivial, 1: Easy, 1.5: Medium, 2: Hard recurrence: - type: "flex" - day: "1st and 3rd Saturday" + type: flex + day: 1st and 3rd Saturday - - text: "Water Outdoor Plants" - type: "todo" + - text: Water Outdoor Plants + type: todo priority: medium checklist: - Front pepper plants @@ -19,12 +37,12 @@ tasks: - Lawn and artichoke - Tomatoes recurrence: - type: "interval" + type: interval interval: 1.5 # every other day - start: "2026-08-19" # anchor: task is "on" this day, then every 2nd day after + start: 2026-08-19 # anchor: task is "on" this day, then every 2nd day after - - text: "Movie Night Prep" - type: "todo" + - text: Movie Night Prep + type: todo priority: hard checklist: - Vaccum/sweep floor @@ -33,12 +51,12 @@ tasks: - Set up the Projector - Make the salad ... recurrence: - type: "interval" + type: interval interval: 14 # every other week - start: "2026-08-30" + start: 2026-08-30 - - text: "Prepare for Adventure" - type: "todo" + - text: Prepare for Adventure + type: todo priority: hard checklist: - Vaccum/sweep floor @@ -46,30 +64,89 @@ tasks: - Prepare the table - Chips and what? recurrence: - type: "interval" + type: interval interval: 14 # every other week - start: "2026-09-06" + start: 2026-09-06 - - text: "Replace the furnace filter" - notes: "Get ready for winter" - type: "todo" + - text: Replace the furnace filter + notes: Get ready for winter + type: todo priority: 1 recurrence: - type: "flex" - day: "first Saturday of October" + type: flex + day: first Saturday of October - - text: "Replace the furnace filter" - notes: "Get ready for summer" - type: "todo" + - text: Replace the furnace filter + notes: Get ready for summer + type: todo priority: 1 recurrence: - type: "flex" - day: "first Saturday of April" + type: flex + day: first Saturday of April - text: Reach out to Gary - type: "todo" + type: todo priority: 0.5 recurrence: - type: "interval" + type: interval interval: 21 # every three weeks - start: "2026-09-30" + start: 2026-09-30 + + - text: Replace Sleep Filter + notes: And wash the long tube + priority: 1 + recurrence: + interval: 14 # every other week + start: 2026-09-05 + + - text: Replace Nose Pads + priority: 0.5 + recurrence: + type: flex + day: first Saturday of January + + - text: Replace Nose Pads + notes: Replace the short tubes + priority: 0.5 + recurrence: + type: flex + day: first Saturday of March + + - text: Replace Nose Pads + priority: 0.5 + recurrence: + type: flex + day: first Saturday of May + + - text: Replace Nose Pads + notes: Replace the short tubes + priority: 0.5 + recurrence: + type: flex + day: first Saturday of July + + - text: Replace Nose Pads + priority: 0.5 + recurrence: + type: flex + day: first Saturday of September + + - text: Replace Nose Pads + notes: Replace the short tubes + priority: 0.5 + recurrence: + type: flex + day: first Saturday of November + + - text: Order Sleep Part Replacements + note: >- + Years worth of: + - 12 nose pads + - 6 short tubes + - 12 filter packages (x2) + - 1 heated tube + - face strap and front + priority: 2 + recurrence: + type: flex + day: first Saturday of February