mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-23 14:36:44 +02:00
- Documentation cleanup
This commit is contained in:
parent
65c2fe438f
commit
ab0a57ec89
3 changed files with 27 additions and 89 deletions
38
README
38
README
|
@ -1,3 +1,22 @@
|
|||
Task is 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
|
||||
|
||||
It is intended that features, mainly in the form of reports will be added
|
||||
frequently, with best practices and useful reports evolving from usage patterns.
|
||||
|
||||
Task is scope-limited to GTD functionality only.
|
||||
|
||||
|
||||
|
||||
Thank you for taking a look at task.
|
||||
|
||||
You may want to jump straight to the TUTORIAL file, or perhaps watch the task
|
||||
|
@ -24,22 +43,3 @@ All feedback is welcome, in addition to any bug reports or patches to:
|
|||
|
||||
Got an idea for an enhancement? Send an email!
|
||||
|
||||
|
||||
|
||||
Task is 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
|
||||
|
||||
It is intended that features, mainly in the form of reports will be added
|
||||
frequently, with best practices and useful reports evolving from usage patterns.
|
||||
|
||||
Task is scope-limited to GTD functionality only.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue