From 591f6024edde80ada9f1fcb38ecbd750504e23ae Mon Sep 17 00:00:00 2001 From: holo Date: Mon, 2 Mar 2026 17:49:19 +1000 Subject: [PATCH] Add edit command --- Home.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Home.md b/Home.md index 453c4cb..d35d723 100644 --- a/Home.md +++ b/Home.md @@ -70,6 +70,7 @@ Candid feedback is *always* welcome. | `!next ` | Complete your current task, and start the first task in `taskpec`. If multiple tasks are given, add all tasks to the *start* of your plan. | `!next Do exercises; Check exercises` | | `!sidequest ` | Pause your current task (put it on the start of the plan) and start `other task` | `!sidequest Choose music` | | `!done ` | Mark all tasks in `taskspec` as complete. You *can* create new tasks here and mark them as done. | `!done 10-20; Wash the plates` | +| `!edit [taskn] ` | Edit task number `taskn` to `new content` | `!edit 21 Wish upon a star` | | `!plan` | Show the incomplete tasks remaining on your plan. | `!plan` | | `!plan ` | Add all provided tasks to the *end* of your plan. (Can also be used to rearrange your plan.) | `!plan Do 10 pushups; Drink water` | | `!soon ` | Add all provided tasks to the *start* of your plan. (Can also be used to rearrange your plan.) | `!soon Do 10 pushups; Drink water` |