Documentation Update

- Added description of the new search.case.sensitive configuration
  setting.
This commit is contained in:
Paul Beckingham
2010-01-27 23:36:44 -05:00
parent 4a8b356867
commit c65cb536cc
4 changed files with 29 additions and 0 deletions

View File

@@ -89,6 +89,24 @@ function that does the same thing:
/usr/local/bin/task $*
}
.TP
.B Q: Task searches in a case-sensitive fashion - can I change that?
You can. Just set the following value in your .taskrc file:
search.case.sensitive=no
This will affect searching for keywords:
$ task list Document
task will perform a caseless search in the description and any annotations for
the keyword 'Document'. It also affects description and annotation
substitutions:
$ task 1 /teh/the/
The pattern on the left will now be a caseless search term.
.SH "CREDITS & COPYRIGHTS"
task was written by P. Beckingham <paul@beckingham.net>.
.br

View File

@@ -150,6 +150,11 @@ project names you have used, or just the ones used in active tasks.
May be yes or no, and determines whether the tab completion scripts consider all the
tag names you have used, or just the ones used in active tasks.
.TP
.B search.case.sensitive=yes
May be yes or no, and determines whether keyword lookup and substitutions on the
description and annotations are done in a case sensitive way. Defaults to yes.
.SS DATES
.TP