Taskwarrior is a cross-platform open source task management tool. The program has a command line interface instead of a graphical user interface .
| Taskwarrior | |
|---|---|
Taskwarrior 1.9.x demonstrating colored themes. | |
| Type of | Task management , time management |
| Author | Paul beckingham |
| Developers | Paul Beckingham, Federico Hernandez, David J Patrick, John Florian, Cory Donnelly, Johannes Schlatow, Dirk Deimeke, Scott Kostyshak, Renato Alves, Wim Schuermann, Tomas Babej |
| Written on | C ++ [1] |
| operating system | Windows (Cygwin), Linux , Mac OS X , BSD |
| Interface languages | English |
| First edition | 2008-06-03 |
| Latest version | 2.5.1 ( 2016-02-24 ) |
| License | MIT License |
| Site | taskwarrior.org |
Taskwarrior uses the terms and concepts described in the GTD methodology , but does not require users to follow this or any other methodology.
Content
Availability
The source code of the program is freely available and can be compiled and run on various architectures and operating systems. Taskwarrior can be installed using the general package management tools: apt , Fink , yum , etc. [2]
Typical Workflow
Taskwarrior includes three main commands: add , list , and done. Knowing and using other supported properties β tags, priorities, task repetition options, and so on β is optional.
Adding a task
$ task add wash the dishes Created task 1.
View a list of tasks
$ task list ID Project Pri Due Active Age Description 1 4 secs to wash the dishes 1 task
Marking a completed task
$ task 1 done Completed 1 'Wash the dishes'. Marked 1 task as done.
Create a periodic task with deadlines and tags
$ task add Update work schedule for two weeks project: Work due: tomorrow recur: 2weeks + schedule Created task 1.
Sync
When using the program in conjunction with Taskserver, it is possible to synchronize tasks and their parameters with other devices.
See also
- Getting things done
- Time management
References
- β Taskwarrior Git Repository (inaccessible link) . Date of treatment January 26, 2019. Archived November 2, 2016.
- β Task 2.0.0 NEWS file