Taskwarrior - Command line Task Management taskwarrior.org https://taskwarrior.org
Find a file
Paul Beckingham 04da56193e - Removed unnecessary SAMPLE_taskrc, and assorted references.
- Cleaned up ChangeLog.
- Minor mods to standard docs.
2008-05-17 23:16:08 -04:00
src - Bumped version to 0.9.7 2008-05-17 22:47:51 -04:00
.gitignore - More .gitignore tweaks. 2008-04-19 22:43:42 -04:00
AUTHORS - Generic OSS files added. 2008-04-19 22:04:44 -04:00
ChangeLog - Removed unnecessary SAMPLE_taskrc, and assorted references. 2008-05-17 23:16:08 -04:00
configure.ac - Bumped version to 0.9.7 2008-05-17 22:47:51 -04:00
COPYING - Generic OSS files added. 2008-04-19 22:04:44 -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 - Removed unnecessary SAMPLE_taskrc, and assorted references. 2008-05-17 23:16:08 -04:00
missing - Generic OSS files added. 2008-04-19 22:04:44 -04:00
NEWS - Generic OSS files added. 2008-04-19 22:04:44 -04:00
README - Removed unnecessary SAMPLE_taskrc, and assorted references. 2008-05-17 23:16:08 -04:00
TUTORIAL - Removed unnecessary SAMPLE_taskrc, and assorted references. 2008-05-17 23:16:08 -04:00

Thank you
GTD
Based on ideas in todo.sh
Movie at www.b.n/task.mov
Feedback, suggestions to task@beckingham.net
Patches to task@beckingham.net



Task - a GTD utility featuring:

  - Robust C++ implementation
  - Tags
  - Colorful, tabular output
  - Reports
  - Low-level API
  - Auto-completion on all commands, options
  - Multi-user file locking
  - Clean architecture allowing quick addition of new features
  - UUID for all tasks

Task is an implementation of GTD ideas, similar to todo.sh, but without many of
the limitations in todo.sh, namely:

  - There is no output formatting
  - There is no way to enumerate projects, categories
  - There is no file locking for multi-user access

It is intended that features, mainly in the form of reports will be added
frequently, with best practices and useful reports evolving.

Task is scope-limited to GTD functionality only.