mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
- Added DEVELOPERS file describing high-level code layout.
- Removed unused library.h file. - Removed unused std::wstring Unicode variants.
This commit is contained in:
parent
4825b37df5
commit
4549af6b84
6 changed files with 23 additions and 79 deletions
7
README
7
README
|
@ -1,14 +1,13 @@
|
|||
Task is a GTD utility featuring:
|
||||
Thank you for taking a look at task. Task is a GTD utility featuring:
|
||||
|
||||
- Robust C++ implementation
|
||||
- Tags
|
||||
- Colorful, tabular output
|
||||
- Reports
|
||||
- Low-level API
|
||||
- Auto-completion on all commands, options
|
||||
- Abbreviations for 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.
|
||||
|
@ -17,8 +16,6 @@ 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
|
||||
movie on YouTube:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue