summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPaul Bütow <1224732+snonux@users.noreply.github.com>2025-06-22 14:16:15 +0300
committerPaul Bütow <1224732+snonux@users.noreply.github.com>2025-06-22 14:16:15 +0300
commite42bb79ed74cb975db0c4b8128b9014f0f6acf33 (patch)
tree87e9e3e45325d1a0758e1b1a3088fac17ec1740b /README.md
parent74fc699fabd50e3072d81242a9ade62ef8af34bf (diff)
Add task creation hotkey
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 6 insertions, 3 deletions
diff --git a/README.md b/README.md
index f388dbb..bc8c7d6 100644
--- a/README.md
+++ b/README.md
@@ -32,9 +32,10 @@ Task Samurai invokes the `task` command to read and modify tasks. The tasks are
- `e` or `E`: edit task
- `s`: toggle start/stop
- - `d`: mark task done
- - `U`: undo last done
- - `D`: set due date
+- `d`: mark task done
+- `U`: undo last done
+- `D`: set due date
+- `+`: add task
- `r`: random due date
- `R`: edit recurrence
- `a`: annotate task
@@ -55,3 +56,5 @@ Task Samurai invokes the `task` command to read and modify tasks. The tasks are
- `H`: toggle help
- `q` or `esc`: close search/help or quit (press `q` when nothing is open)
+Example: press `+`, type `Buy milk` and hit Enter to add a new task called "Buy milk".
+