Usage: task
task add [tags] [attrs] desc...
+ task append [tags] [attrs] desc...
task completed [tags] [attrs] desc...
task ID [tags] [attrs] [desc...]
task ID /from/to/
From 9a350a7dcd4d089a9ed9d4f0233f708da4bf922e Mon Sep 17 00:00:00 2001
From: Paul Beckingham
+ Appends the additional description to an existing task. +
+ % task delete <id>There are two ways of getting rid of tasks - mark them as done, or @@ -120,6 +125,13 @@ Car 2 2 wks 25% XXXXXXXXX This is how a task is marked as done.
+ % task undo <id> ++ If a task was recently marked as done, and no report has been run, it + may be possible to cancel the completed status of the task as though + "task done ..." was never run. +
+ % task list ...The list report will show the active status, and age of the task in diff --git a/html/setup.html b/html/setup.html index b6ae3d485..fd59eea84 100644 --- a/html/setup.html +++ b/html/setup.html @@ -40,10 +40,10 @@
% ls
-task-1.4.1.tar.gz
-% gunzip task-1.4.1.tar.gz
-% tar xf task-1.4.1.tar
-% cd task-1.4.1
+task-1.6.0.tar.gz
+% gunzip task-1.6.0.tar.gz
+% tar xf task-1.6.0.tar
+% cd task-1.6.0
% ./configure
...
% make
diff --git a/html/task.html b/html/task.html
index 4534c6414..3ac2a1346 100644
--- a/html/task.html
+++ b/html/task.html
@@ -100,6 +100,8 @@
- Added support for new "append" command that adds more description text to
an existing task.
+
- Added support for the "weekdays" recurrence, which means a task can recur
+ five times a week, and not on weekends (thanks to Chris Pride).
diff --git a/html/usage.html b/html/usage.html
index 840eb9b15..f8ab9e814 100644
--- a/html/usage.html
+++ b/html/usage.html
@@ -36,6 +36,7 @@
Usage: task
task add [tags] [attrs] desc...
+ task append [tags] [attrs] desc...
task completed [tags] [attrs] desc...
task ID [tags] [attrs] [desc...]
task ID /from/to/