Add edit command

2026-03-02 17:49:19 +10:00
parent 796c2221b2
commit 591f6024ed

@@ -70,6 +70,7 @@ Candid feedback is *always* welcome.
| `!next <taskspec>` | 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` | | `!next <taskspec>` | 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 <other task>` | Pause your current task (put it on the start of the plan) and start `other task` | `!sidequest Choose music` | | `!sidequest <other task>` | Pause your current task (put it on the start of the plan) and start `other task` | `!sidequest Choose music` |
| `!done <taskpec>` | Mark all tasks in `taskspec` as complete. You *can* create new tasks here and mark them as done. | `!done 10-20; Wash the plates` | | `!done <taskpec>` | 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] <new content>` | Edit task number `taskn` to `new content` | `!edit 21 Wish upon a star` |
| `!plan` | Show the incomplete tasks remaining on your plan. | `!plan` | | `!plan` | Show the incomplete tasks remaining on your plan. | `!plan` |
| `!plan <taskspec>` | Add all provided tasks to the *end* of your plan. (Can also be used to rearrange your plan.) | `!plan Do 10 pushups; Drink water` | | `!plan <taskspec>` | 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 <taskspec>` | Add all provided tasks to the *start* of your plan. (Can also be used to rearrange your plan.) | `!soon Do 10 pushups; Drink water` | | `!soon <taskspec>` | Add all provided tasks to the *start* of your plan. (Can also be used to rearrange your plan.) | `!soon Do 10 pushups; Drink water` |