diff --git a/configure.ac b/configure.ac index a528345e1..0d4bf6556 100644 --- a/configure.ac +++ b/configure.ac @@ -73,3 +73,10 @@ AC_CHECK_FUNC(srandom, [AC_DEFINE([HAVE_SRANDOM], [1], [Found srandom])]) AC_CONFIG_FILES([Makefile src/Makefile]) AC_OUTPUT + +AC_MSG_NOTICE([...]) +AC_MSG_NOTICE([...]) +AC_MSG_NOTICE([Existing task users please read the README.1.5.0 file!]) +AC_MSG_NOTICE([...]) +AC_MSG_NOTICE([...]) + diff --git a/script.txt b/script.txt index e7d1913e6..db62d92a9 100644 --- a/script.txt +++ b/script.txt @@ -3,18 +3,18 @@ task add do laundry Let's add some tasks I need to do laundry -task add project:garage order dumpster Oh yeah, the dumpster +task add project:garage order dumpster Oh yeah, I need to order the dumpster -task add +phone tell mom i loveher Must call Mom (that "phone" there is a tag - they are - useful for searching, categorizing) +task add +phone tell mom i loveher Must call Mom (that "phone" there is a tag - they can + be useful for searching and categorizing) task add +phone pro:garage schedule goodwill pickup -task ad +email pro:garage ask Tom if Notice I can abbreviating commands +task ad +email pro:garage ask Tom if Notice I can abbreviate commands he wants that old bkie task ls Let's see what we've got - I spelled bike wrong + Oh, I spelled bike wrong task 5 /bkie/bike/ task ls That's better @@ -97,6 +97,10 @@ task summary Summary shows progress on all projec task history History shows general activity - how many added, completed etc, by month +task ghistory This report shows a histogram of tasks that were + added (in red), completed (in green) and deleted + (in yellow), all by month. + And that's it. There are more commands than this covered in the online documentation, but this should give the basic idea.