30-second Tutorial

For the excessively lazy. Add two tasks:

% task add Read task documents later
% task add priority:H Pay bills

Easy. See that second one has a High priority? Now let's look at those tasks:

% task ls

ID Project Pri Description
 2         H   Pay bills
 1             Read task documents later

They are ordered by priority. Let's mark number 2 as done:

% task 2 done
% task ls

ID Project Pri Description
 1             Read task documents later

Gone. Now let's delete that remaining task, because, well, why bother now we are already using task:

% task delete 1
% task ls
No matches

Easy. But now consider checking out what task can really do...



Copyright 2006-2009, P. Beckingham. All rights reserved.