Complete task documentation.

2025-07-30 05:30:17 +10:00
parent 35403f4403
commit 0c405bb0ca

@@ -3,17 +3,40 @@
We have a *single task* timed tasklist for showing what you are currently working on, and keeping track of how long you work on each task! We have a *single task* timed tasklist for showing what you are currently working on, and keeping track of how long you work on each task!
### Commands
| Command | Usage | Description | Example | | Command | Usage | Description | Example |
| --- | --- | --- | --- | | --- | --- | --- | --- |
| `!now` | `!now`<br>`!now <task>` | Show your current task and how long you have been working on it<br>Set your current task to `task`. | `!now`<br>`!now Testing Tasklist` | | `!now` | `!now`<br>`!now <task>` | Show your current task and how long you have been working on it<br>Set your current task to `task`. | `!now Testing Tasklist` |
| `!done` | `!done` | Mark your task as complete and show how long you worked on it. | `!done` | | `!done` | `!done` | Mark your task as complete and show how long you worked on it. | |
| `!edit` | `!edit <new-task>` | Edit your current task to `task` without stopping the timer. | `!edit Testing edit command` | | `!edit` | `!edit <new-task>` | Edit your current task to `task` without stopping the timer. | `!edit Testing edit command` |
| `!next` | `!next <task>` | A combination of `!done` and `!now <task>`, complete your current task and start a new one. | | `!next` | `!next <task>` | A combination of `!done` and `!now <task>`, complete your current task and start a new one. |
The tasklist is shared between Twitch and Discord, and (after linking your account with `/profiles link twitch` in Discord) all of these commands should work in both places! The tasklist is shared between Twitch and Discord, and (after linking your account with `/profiles link twitch` in Discord) all of these commands should work in both places!
### Examples
> **Holonomy**: `!now Writing Documentation`
> **croccyhelper:** `Updated your current task, good luck!`
The current task is now `Writing Documentation`
> **Holonomy**: `!edit Writing Task Docmentation`
> **croccyhelper:** `Updated your current task, good luck!`
The current task has changed to `Writing Task Documentation`
> **Holonomy**: `!next Checking Task Docmentation`
> **croccyhelper:** `Next task set, good luck! You worked on 'Writing Task Documentation' for 10 minutes.`
The task `Writing Task Documentation` was completed, and a new task `Checking Task Documentation` has been started.
> **Holonomy**: `!done`
> **croccyhelper:** `Good job finishing 'Checking Task Documentation'! You worked on it for 47 minutes.`
The task `Checking Task Documentation` has been completed.
</details> </details>