taskfer-main

2) RECALL

a)recall by duedate

$ todo -d duedate

a)recall with -d, --due "due date"

Diplays all entries due on the specified date along with a popup calendar. If no date is specified, todays tasks will be displayed. Entries are sorted by tag, in alphanumeric order. (numbers first) Dates with spaces don't need to be quoted here. For example, todo -d next week will show entries with due date one week from today.

b)recall by tag

$ todo -t tag

b) recall with -t, --tag "tag"

Displays all entries that have the specified tag. Entries are sorted by date, with the oldest dates at the top.

c) recall by days

$ todo -w days

c) recall with -w, --week [n]

Shows all tasks due for the next n days with popup calendar. If n is ommitted, the next week (today plus 7 days) will be displayed.

d) keyword

$ todo -k key

d)-k, --key, --keyword "keyword"

Displays all entries that contain the specified key word or phrase anywhere in the entry, including tags and dates.