diff options
| author | Paul Bütow <1224732+snonux@users.noreply.github.com> | 2025-06-22 17:12:01 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-22 17:12:01 +0300 |
| commit | 8a74c22d7a0708c79cbba40ccf85f32f568326e6 (patch) | |
| tree | a7881192a026b8d4b472e5af872db40f8b3b0728 /README.md | |
| parent | 97ca49e85034cf6b57a6515407f8a73b440755ee (diff) | |
| parent | 90f2d2efbf374f6ea82a46d2d701a099dbae1c89 (diff) | |
Merge pull request #83 from snonux/codex/fix-task-modification-bug-and-swap-hotkeys
Fix done marking bug and swap hotkeys
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -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 +- `d`: mark task done - `U`: undo last done -- `d`: set due date +- `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". + |
