Taskwarrior - Command line Task Management taskwarrior.org https://taskwarrior.org
Find a file
Tomas Babej 99f4929dc5
CmdExport: Throw an exception when the report is not found
The Context::getContext ().error only issues a log message, but allows
the execution of the program. In order to interrupt the execution, an
exception must be raised.
2021-08-31 18:27:45 -04:00
.github ci: Temporarily disable CentOS 7 tests 2021-08-29 12:31:07 -04:00
cmake Updated build to use C++17 by default 2020-12-06 10:50:13 -05:00
doc Merge branch '2.6.0' into getFromContext 2021-08-28 23:53:40 -04:00
performance performance: Move sample data out of the perl script 2021-06-06 00:27:39 -04:00
scripts reproduce: Add gdb into the image 2021-06-23 00:13:03 -04:00
src CmdExport: Throw an exception when the report is not found 2021-08-31 18:27:45 -04:00
test task <filter> export [<report>] 2021-08-29 12:48:18 -04:00
.gitignore Improve TAP compliance in test suite 2017-12-02 12:06:54 -05:00
.gitmodules Udated URL in .gitmodules to point to GH 2018-02-17 23:00:46 +01:00
AUTHORS docs: Add Jake C. among AUTHORS 2021-08-21 10:09:59 -04:00
ChangeLog Merge branch '2.6.0' into getFromContext 2021-08-28 23:53:40 -04:00
cmake.h.in I18N: Removed language build settings 2018-01-21 23:36:00 -05:00
CMakeLists.txt Search for libnetwork on Haiku 2021-05-25 18:26:04 -04:00
commit.h.in Code Cleanup 2013-04-07 23:50:51 -04:00
COPYING doc: Update copyright to 2021 2021-01-02 02:48:22 -05:00
DEVELOPER.md DEVELOPER: Change current release branch version 2020-12-06 11:13:30 -05:00
docker-compose.yml ci: Test on Ubuntu 21.04 2021-04-22 00:02:37 -04:00
INSTALL meta: Update various links to https 2021-03-12 07:58:04 -05:00
LICENSE Move licence URL up 2021-01-22 20:34:00 +01:00
NEWS docs: Document TW #2560 2021-08-21 10:09:45 -04:00
README.md README: Add sponsoring section 2021-06-19 11:48:17 -04:00


GitHub Actions build status Release Release date Commits since release GitHub Sponsors
Twitter

Taskwarrior

OS-X downloads Github downloads Linux downloads

Taskwarrior is a command line task list management utility with a multitude of features, developed as a portable open source project with an active and quite vast ecosystem of tools, hooks and extensions.

Install

Arch Debian Fedora Homebrew Ubuntu

Taskwarrior is packaged on a wide range of Linux/Unix systems, Mac OS and Windows. Check out the latest available packages in repositories of your OS distribution of choice on Repology.

Alternatively, you can build Taskwarrior from source.

Documentation

The online documentation, downloads, news and more are available on our website, taskwarrior.org.

We also recommend following @taskwarrior on Twitter, where we share info about new features, releases and various tips and tricks for new Taskwarrior users.

Community

Twitter Reddit Libera.chat Discord Github discussions

Taskwarrior has a lively community on many places on the internet.

Best place to ask questions is our discussions forum on Github. For other support options, take a look at taskwarrior.org/support

For code contributions, please use pull requests, or alternately 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, 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 7.1+ or clang 5.0+ for full C++17 support

Download the tarball, and expand it:

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

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

Contributors Milestone progress Good first issus

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 Github and participate in the future of Taskwarrior.

Sponsoring

GitHub Sponsors

Taskwarrior is a result of work of mostly small group of volunteers, and has been in development since 2006.

If you are a happy Taskwarrior user, please consider sponsoring us through Github Sponsors.

Every sponsorship matters, as it directly increases the number of hours core developers can contribute to the project and makes the project more sustainable.

License

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