summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-06-22 09:07:07 +0300
committerPaul Buetow <paul@buetow.org>2026-06-22 09:07:07 +0300
commit02f5f1419c4cb5fccc47a0ce4dbf3957e73b0e79 (patch)
tree5ad976209e913bfcf8a022ea1d4c0d3cb0d45c60 /README.md
parente2795b421a92ec16a64b1780dd71cb1a68b92680 (diff)
Add Taskwarrior shell promptv0.18.0
Add an in-app Taskwarrior command prompt for normal and ultra modes, including selected-task prefill, async completions, captured output, and non-interactive recurrence handling. Also preserve recurring-task delete/undo support in the staged changes.
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index a8ccf24..2b81611 100644
--- a/README.md
+++ b/README.md
@@ -20,6 +20,13 @@ Press `H` to view all available hotkeys.
Example: press `+`, type `Buy milk` and hit Enter to add a new task called "Buy milk".
+Press `:` in either table or ultra mode to open a Taskwarrior command prompt.
+The prompt supplies `task`; type arguments such as `add Buy milk`, `projects`,
+or `+home list`. Press `;` to open the same prompt pre-filled with the selected
+task UUID, ready for commands like `modify`, `annotate`, or `done`. Press `Tab`
+for completion, `Enter` to run, and `Esc` to cancel. Commands that print output
+open a scrollable output panel.
+
## Screenshot
![Task Samurai screenshot](screenshot.png)