Taskwarrior - Command line Task Management taskwarrior.org https://taskwarrior.org
Find a file
Paul Beckingham 7acef0c9fd Enhancement - related to, but not fixing bug #293
- Added new attribute modifiers 'word' and 'noword' which find the existence
  of whole words, or prove the non-existence of whole words.  If a task has
  the description "Pay the bill", then "description.word:the" will match, but
  "description.word:th" will not.  For partial word matches, there is still
  "description.contains:th".
- Added unit tests for the text.cpp functions.
- Added unit tests including the new modifiers in filters.
- Added unit tests to parse the new modifiers.
- Modified man page.
- Modified the Context::autoFilter processing to use the new modifiers for
  +tag and -tag filtering.
- Added a support email to an error message, while looking at the filter code.
- Added new modifiers to the help report.
- Modified a utf8.t unit test to include an alphanumeric tag, rather than a
  smiley face.
2009-12-07 01:35:47 -05:00
doc Enhancement - related to, but not fixing bug #293 2009-12-07 01:35:47 -05:00
i18n Feature - #336 prepend command 2009-12-04 22:47:44 -05:00
package-config Packaging 2009-09-07 09:51:20 -04:00
scripts Enhancement: 2009-08-01 01:24:46 +02:00
src Enhancement - related to, but not fixing bug #293 2009-12-07 01:35:47 -05:00
.gitignore Merge branch '1.8.0' 2009-07-21 19:15:54 -04:00
AUTHORS Merge branch 'master' into 1.9.0 2009-12-06 04:30:56 +01:00
ChangeLog Enhancement - related to, but not fixing bug #293 2009-12-07 01:35:47 -05:00
configure.ac Merge branch 'master' into 1.9.0 2009-12-06 04:30:56 +01:00
COPYING - Updated all documents. 2008-05-30 21:22:22 -04:00
depcomp - Generic OSS files added. 2008-04-19 22:04:44 -04:00
INSTALL - Generic OSS files added. 2008-04-19 22:04:44 -04:00
install-sh - Generic OSS files added. 2008-04-19 22:04:44 -04:00
Makefile.am Vim syntax highlighting (thanks to John Florian) 2009-07-06 03:31:58 +02:00
missing - Generic OSS files added. 2008-04-19 22:04:44 -04:00
NEWS Documentation Update - NEWS 2009-12-06 13:41:47 -05:00
README Documentation Update 2009-11-18 20:27:54 -05:00
taskrc Documentation Update 2009-12-06 20:21:22 -05:00

Thank you for taking a look at task!

Task is a GTD, todo list, task management, command line utility with a multitude
of features.  It is a portable, well supported, very active project, and it is
Open Source.  Task has binary distributions, online documentation, demonstration
movies, and you'll find all the details at the site:

    http://taskwarrior.org

At the site you'll find a wiki, discussion forums, downloads, news and more.


Your contributions are especially welcome.  Whether it comes in the form of
code patches, ideas, discussion, bug reports, encouragement or criticism, your
input is needed.

Please send your support questions and code patches to:

    support@taskwarrior.org

Consider joining taskwarrior.org and participating in the future of task.

---