summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPaul Bütow <1224732+snonux@users.noreply.github.com>2025-06-22 16:58:00 +0300
committerPaul Bütow <1224732+snonux@users.noreply.github.com>2025-06-22 16:58:00 +0300
commit8a83fbf747bda27f5859ad84c2f20a9afb753e39 (patch)
treee2585f906485e89f6d4417a5d1d3d04f9c442ce4 /README.md
parentb140c36cd8bb3d20c7211fe672b9d5674c9f0d3b (diff)
Clean up unused RunArgs comments
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/README.md b/README.md
index 8899bb9..bc8c7d6 100644
--- a/README.md
+++ b/README.md
@@ -35,7 +35,6 @@ Task Samurai invokes the `task` command to read and modify tasks. The tasks are
- `d`: mark task done
- `U`: undo last done
- `D`: set due date
-- `T`: run task command
- `+`: add task
- `r`: random due date
- `R`: edit recurrence
@@ -58,5 +57,4 @@ Task Samurai invokes the `task` command to read and modify tasks. The tasks are
- `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".
-Example: press `T`, type `+bg modify +huhu` to tag all `+bg` tasks with `+huhu`.