public
Description: A command line GTD application for managing text todo lists.
Homepage: http://taskwarrior.org
Clone URL: git://github.com/pbeckingham/task.git
Click here to lend your support to: task and make a donation at www.pledgie.com !
task / announcement.txt
100644 37 lines (25 sloc) 1.183 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Some considerable time ago - longer than I had hoped - I demonstrated an
alternate implementation of the todo script, called task, in the form of a
YouTube movie:
 
  http://www.youtube.com/watch?v=l68LCl6BYvs
 
A lot has happened since then, and the task program has been slowly improving
thanks to feedback from some early testers, and continuous use by me. Today,
I have uploaded a new movie:
 
  http://www.youtube.com/watch?v=D2Kn4DMOVSw
 
This movie includes most of the changes and improvements to task, but behind
the scenes are the biggest changes. There was a rewrite of the underlying
storage mechanism yielding a clean API for the front end, and the code was
reviewed for portability and converted to use GNU autoconf/automake.
 
Task has been released under GPL, and so far has been tested on:
 
  Max OS X 10.4 (Tiger)
  Max OS X 10.5 (Leopard)
  Fedora 8
  Fedora 9
  Ubuntu 8 (Hardy Heron)
  Solaris 10
 
Task has been making me more organized and productive for some time now.
Perhaps some of you might find it useful, and I welcome feedback of all kinds.
 
You can find the task source code at:
 
  http://www.beckingham.net/task-1.0.0.tar.gz
 
Thank you.
Paul Beckingham