From 74fc699fabd50e3072d81242a9ade62ef8af34bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20B=C3=BCtow?= <1224732+snonux@users.noreply.github.com> Date: Sun, 22 Jun 2025 14:04:53 +0300 Subject: Fix task modification marking done and swap hotkeys --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 05b03ca..f388dbb 100644 --- a/README.md +++ b/README.md @@ -32,9 +32,9 @@ 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 - `r`: random due date - `R`: edit recurrence - `a`: annotate task -- cgit v1.2.3 From e42bb79ed74cb975db0c4b8128b9014f0f6acf33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20B=C3=BCtow?= <1224732+snonux@users.noreply.github.com> Date: Sun, 22 Jun 2025 14:16:15 +0300 Subject: Add task creation hotkey --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'README.md') 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". + -- cgit v1.2.3 From b140c36cd8bb3d20c7211fe672b9d5674c9f0d3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20B=C3=BCtow?= <1224732+snonux@users.noreply.github.com> Date: Sun, 22 Jun 2025 16:50:46 +0300 Subject: Add generic task command hotkey --- README.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index bc8c7d6..8899bb9 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,7 @@ 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 @@ -57,4 +58,5 @@ 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`. -- cgit v1.2.3 From 8a83fbf747bda27f5859ad84c2f20a9afb753e39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20B=C3=BCtow?= <1224732+snonux@users.noreply.github.com> Date: Sun, 22 Jun 2025 16:58:00 +0300 Subject: Clean up unused RunArgs comments --- README.md | 2 -- 1 file changed, 2 deletions(-) (limited to 'README.md') 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`. -- cgit v1.2.3