Taskwarrior - Command line Task Management taskwarrior.org https://taskwarrior.org
Find a file
2018-05-14 00:50:49 -04:00
.github Templates: Combined two sentences for readability 2018-05-14 00:50:10 -04:00
cmake TI-91: Timewarrior does not compile on DragonFly 2018-05-13 23:27:51 -04:00
doc Docs: Updated URLs 2018-05-14 00:44:34 -04:00
performance Performance: Script now allows overrides, for comparison 2015-11-07 20:27:09 -05:00
scripts Utils: Removed l10n utility 2018-05-13 23:38:24 -04:00
src Eval: Eliminated string def 2018-05-14 00:41:45 -04:00
test Docs: Updated URLs 2018-05-14 00:44:34 -04:00
.gitignore Improve TAP compliance in test suite 2018-05-13 23:24:57 -04:00
.gitmodules libshared: Updated URL 2018-05-13 23:12:59 -04:00
AUTHORS Docs: Updated URLs 2018-05-14 00:44:34 -04:00
ChangeLog TW-1947: "urgency.over" filter seems to not work correct 2018-05-14 00:34:46 -04:00
cmake.h.in I18N: Removed language build settings 2018-05-14 00:34:00 -04:00
CMakeLists.txt Portability: Updated to make main re-entrant() 2018-05-14 00:40:59 -04:00
commit.h.in Code Cleanup 2013-04-07 23:50:51 -04:00
COPYING Copyright 2018 2018-05-13 23:30:21 -04:00
DEVELOPER.md Docs: Updated URLs 2018-05-14 00:44:34 -04:00
INSTALL Portability: Updated to make main re-entrant() 2018-05-14 00:40:59 -04:00
LICENSE Copyright 2018 2018-05-13 23:30:21 -04:00
NEWS Docs: Updated URLs 2018-05-14 00:44:34 -04:00
README.md Docs: Fixed md 2018-05-14 00:50:49 -04:00

Taskwarrior

Thank you for taking a look at Taskwarrior!

Taskwarrior is a GTD, todo list, task management, command line utility with a multitude of features. It is a portable, well supported and very active Open Source project.

Documentation

There is extensive online documentation. You'll find all the details at:

http://taskwarrior.org/docs

At the site you'll find online documentation, downloads, news and more.

Support

For support options, take a look at:

http://taskwarrior.org/support

Please use pull requests, or send your code patches to:

support@gothenburgbitfactory.org

Branching Model

We use the following branching model:

  • master is the stable branch. Building from here is the same as building from the latest tarball, or installing a binary package. No development is done on the master branch.

  • 2.6.0 is the current development branch. All work is done here, and upon release it will be merged to master. This development branch is not stable, may not even build or pass tests, and should be treated accordingly. Make backups.

Installing

There are many binary packages available, but to install from source requires:

  • git
  • cmake
  • make
  • C++ compiler, currently gcc 4.7+ or clang 3.3+ for full C++11 support

Download the tarball, and expand it:

$ curl -O https://taskwarrior.org/download/task-2.5.1.tar.gz
$ tar xzf task-2.5.1.tar.gz
$ cd task-2.5.1

Or clone this repository:

$ git clone --recursive -b 2.6.0 https://github.com/GothenburgBitFactory/taskwarrior.git
$ cd taskwarrior

Then build:

$ cmake -DCMAKE_BUILD_TYPE=release .
...
$ make
...
[$ make test]
...
$ sudo make install

Contributing

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.

Visit https://github.com/GothenburgBitFactory/taskwarrior and participate in the future of Taskwarrior.

License

Taskwarrior is released under the MIT license. For details check the LICENSE file.