From 8789afb7da117704bfc738f7c5fb3960448061be Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sun, 8 Aug 2010 14:02:12 -0400 Subject: [PATCH] Documentation - Added discussion of special tags. - Referred more to the man pages for in-depth information. --- doc/misc/run.193 | 8 ++++---- doc/misc/script-193.txt | 24 ++++++++++++++++++------ 2 files changed, 22 insertions(+), 10 deletions(-) diff --git a/doc/misc/run.193 b/doc/misc/run.193 index e025f7032..9a157d645 100755 --- a/doc/misc/run.193 +++ b/doc/misc/run.193 @@ -180,10 +180,10 @@ echo Shell # Special tags echo Special tags - - - - +task rc:x 6 +nocolor +task rc:x list +task rc:x tags +task rc:x 6 -nocolor # Waiting echo Waiting diff --git a/doc/misc/script-193.txt b/doc/misc/script-193.txt index 8c4c09acf..0c8186f58 100644 --- a/doc/misc/script-193.txt +++ b/doc/misc/script-193.txt @@ -14,7 +14,7 @@ task-tutorial.5 man page. http://taskwarrior.org Hello, and welcome to this task version 1.9.3 demo. I'm going to show you over 100 features, so don't blink, or you'll miss some. Even experienced task users are going to - learn something. + learn *something*. I will start off with basic usage, and proceed to more sophisticated commands as we go along. @@ -320,7 +320,18 @@ task> quit ---------------------------------------- Special Tags ---------------------------------------------- - special tags +task rc:x 6 +nocolor You've seen tags, but there are also 'special tags' that +task rc:x list have effects on individual tasks. The 'nocolor' special + tag causes the color rules to be bypassed. + +task rc:x tags Special tags are highlighted by the 'tags' command. + +task rc:x 6 -nocolor There are others - the 'nonag' special tag prevents task + from generating nag messages when you work on low priority + tasks when there are higher priority tasks. + + The 'nocal' special tag will prevent a task from appearing + on the calendar. ---------------------------------------- Waiting --------------------------------------------------- @@ -439,11 +450,12 @@ task all status:waiting The 'waiting' report is similarly defin task help You'll find a quick reference page built into task itself, man task or perhaps you'll want to take a look at the several man -man taskrc pages installed with task. -man task-color +man taskrc pages installed with task. This demo has superficially +man task-color shown many features which have more capability and depth + which you can find in the man pages, and online. -man task-tutorial This screencast is a recording of me going through the - tutorial. +man task-tutorial This screencast is actually just a recording of me going + through the tutorial. man task-faq ---------------------------------------- Wrap up ---------------------------------------------------