diff --git a/ChangeLog b/ChangeLog index ac59f79f0..93dc5afe8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,13 +1,15 @@ ------ current release --------------------------- -1.4.3 (10/9/2008) +1.4.3 (11/1/2008) + Fixed misleading task count at bottom on "info" report. + Added support for a shadow file that contains a plain text task report, with the "shadow.file" and "shadow.command" configuration variables. The shadow file is automatically updated whenever the task database changes. Useful for integrating with "Samurize". + Removed "task usage" command. + + Added documentation for Shadow files. + + Added documentation for task filters. ------ old releases ------------------------------ diff --git a/html/30second.html b/html/30second.html index 227b0bbf2..6cde1c6c2 100644 --- a/html/30second.html +++ b/html/30second.html @@ -25,6 +25,7 @@ Date Handling Troubleshooting Old Versions + Task on the Web
diff --git a/html/advanced.html b/html/advanced.html index 30fc4a436..03a87d057 100644 --- a/html/advanced.html +++ b/html/advanced.html @@ -25,6 +25,7 @@ Date Handling Troubleshooting Old Versions + Task on the Web
diff --git a/html/color.html b/html/color.html index f88357e0c..2d939a2e6 100644 --- a/html/color.html +++ b/html/color.html @@ -25,6 +25,7 @@ Date Handling Troubleshooting Old Versions + Task on the Web
diff --git a/html/config.html b/html/config.html index 144df2498..e20935a90 100644 --- a/html/config.html +++ b/html/config.html @@ -25,6 +25,7 @@ Date Handling Troubleshooting Old Versions + Task on the Web
diff --git a/html/date.html b/html/date.html index f5dcee84a..9c02cd399 100644 --- a/html/date.html +++ b/html/date.html @@ -25,6 +25,7 @@ Date Handling Troubleshooting Old Versions + Task on the Web
diff --git a/html/filter.html b/html/filter.html index af801375b..4f353bc44 100644 --- a/html/filter.html +++ b/html/filter.html @@ -25,6 +25,7 @@ Date Handling Troubleshooting Old Versions + Task on the Web
@@ -34,6 +35,46 @@

Task Filters

+ A task filter is a means of reducing a task report to a + subset that may consist of all tasks that have a specific + project, priority, tag, or part of the description. +

+ +

+ A task filter consists of additional command line options, + that are specified in the same way as when a task is added. +

+ +

+ All task reports can make use of filters. +

+ +

+ For example, the report: +

+ +
% task list
+ +

+ Lists all tasks. +

+ +
% task list the
+ +

+ Lists only tasks with "the" in the task description. +

+ +
% task list project:Home priority:H
+ +

+ Lists only tasks with both the "Home" project and "H" priority. +

+ +
% task list +shopping
+ +

+ Lists only tasks with the "shopping" tag.

diff --git a/html/links.html b/html/links.html index 660206c77..c2739c586 100644 --- a/html/links.html +++ b/html/links.html @@ -25,26 +25,113 @@ Date Handling Troubleshooting Old Versions + Task on the Web



-

Task

+

Task on the Web

- Task is an open source, command-line, TODO list manager. + Task links from around the web...

-

- Here you will find information on how to acquire, build, configure, - use and become proficient with the task program. -

+
+ November 2008, Task repository on GitHub +
+
+ For developers: the task git repository on github.com is now public. +
+
- +
+ October 2008, Using Task and Dropbox to manage your To-Do list +
+
+ by Richard Querin. Richard discusses the ease of setting up task to + use DropBox to share todo lists between work and home. +
+
+
+ September 2008, Task visualization +
+
+ by Stas Antons. Stas - a colleague of mine - presents a visualization + of the simplicity of task. +
+
+ +
+ June 2008, Building Debian Packages For Task +
+
+ by Richard Querin. Richard has been providing Debian packages for the + various task releases, and discusses how he got up to speed. +
+
+ +
+ June 2008, Task 1.0.1 - an attempt at a Cygwin Build How-To +
+
+ by Richard Querin. Richard shows us how to build task using Cygwin, after + a cry for help on the todo.txt mailing list. +
+
+ +
+ June 2008, The second task movie +
+
+ This YouTube movie was made to illustrate some of the features of the task + program, back when task 1.0.0 was released. While task has grown + significantly since then, the commands shown are still valid. It will + soon be time for a new movie! +

+ + This movie has a voice-over that explains what is going on. +

+ + For a higher-quality version, download the whole + movie file (10MB). +

+
+ +
+ December 2006, The first task movie +
+
+ This original YouTube task movie was made to illustrate the features of the + then-unreleased task program. The idea was to get some feedback and see + whether anyone was interested in a new implementation of todo.sh, that added + features that are not easily possible with a shell implementation. +

+ + This movie has no voice-over, and you may notice that it exactly duplicates + the commands used in the original todo.sh movie (below). That is, until it + deviates because of new task commands. +

+
+ +
+ June 2006, The original todo.sh movie +
+
+ by Gina Trapani. This is the original YouTube todo.sh movie, made to + illustrate the power and simplicity of the original todo.sh program. +
+
+ +
+ June 2006, Todo.sh, the inspiration for task +
+
+ by Gina Trapani. The website that introduced me to the power and + simplicity of the original todo.sh program. Contains useful links + and resources - take a look! +


diff --git a/html/recur.html b/html/recur.html index 2a72f76b6..978c94cef 100644 --- a/html/recur.html +++ b/html/recur.html @@ -25,6 +25,7 @@ Date Handling Troubleshooting Old Versions + Task on the Web
diff --git a/html/setup.html b/html/setup.html index 68ecbf8b6..7030b3cbc 100644 --- a/html/setup.html +++ b/html/setup.html @@ -25,6 +25,7 @@ Date Handling Troubleshooting Old Versions + Task on the Web
diff --git a/html/shadow.html b/html/shadow.html index c1d0f5926..0fe592d36 100644 --- a/html/shadow.html +++ b/html/shadow.html @@ -25,6 +25,7 @@ Date Handling Troubleshooting Old Versions + Task on the Web
@@ -34,12 +35,39 @@

Task Shadow Files

+ A shadow file is a text file containing a copy of a task + report. It is automatically maintained by task whenever + something changes in the task database. +

+

+ This means there is always a current version of the task + report kept in a text file. Products such as + Samurize, + MkConsole, + or + GeekTool + can display this file on the computer desktop, so that it + is readily visible. +

+

+ To use a shadow file, edit your .taskrc configuration file, + and add two entries as shown: +

+
shadow.file=/path/to/file
+shadow.command=list pri:H
+

+ In this example the shadow file contains a report equivalent + to running "task list pri:H". +

- +

+ You can use any task command that generates a report, and of + course, you can specify any file name, provided the directory + it resides in already exists.

diff --git a/html/shell.html b/html/shell.html index 6bade3cc6..ad33441b4 100644 --- a/html/shell.html +++ b/html/shell.html @@ -25,6 +25,7 @@ Date Handling Troubleshooting Old Versions + Task on the Web
diff --git a/html/simple.html b/html/simple.html index 85ca5782b..9e7f0f88c 100644 --- a/html/simple.html +++ b/html/simple.html @@ -25,6 +25,7 @@ Date Handling Troubleshooting Old Versions + Task on the Web
diff --git a/html/task.html b/html/task.html index 0c0236789..074d77562 100644 --- a/html/task.html +++ b/html/task.html @@ -25,6 +25,7 @@ Date Handling Troubleshooting Old Versions + Task on the Web
@@ -54,8 +55,8 @@
  • Date Handling
  • Troubleshooting
  • Old Versions -
  • Filters (coming soon) -
  • Shadow Files (coming soon) +
  • Filters +
  • Shadow Files

    @@ -77,6 +78,7 @@ Source: task-1.4.3.tar.gz + -

    New in version 1.4.3 (9/18/2008)

    +

    New in version 1.4.3 (11/1/2008)

    diff --git a/html/troubleshooting.html b/html/troubleshooting.html index d21b59164..5e3147631 100644 --- a/html/troubleshooting.html +++ b/html/troubleshooting.html @@ -25,6 +25,7 @@ Date Handling Troubleshooting Old Versions + Task on the Web

  • diff --git a/html/usage.html b/html/usage.html index 92b7b1d88..451c49653 100644 --- a/html/usage.html +++ b/html/usage.html @@ -25,6 +25,7 @@ Date Handling Troubleshooting Old Versions + Task on the Web
    diff --git a/html/versions.html b/html/versions.html index 409c74fa4..347ed039a 100644 --- a/html/versions.html +++ b/html/versions.html @@ -25,6 +25,7 @@ Date Handling Troubleshooting Old Versions + Task on the Web