Taskwarrior - Command line Task Management taskwarrior.org https://taskwarrior.org
Find a file
2023-04-09 16:17:16 -04:00
.cargo use the (existing) .cargo/audit.toml to ignore some rust advisories 2022-08-06 20:55:39 -04:00
.github update MSRV 2023-04-09 15:44:26 -04:00
cmake Add a C++ wrapper around TC FFI 2022-07-29 21:41:41 -04:00
doc man: Make frequency abbreviation more clear 2022-07-25 19:51:59 -04:00
docs fix branch references in dev docs 2023-04-09 15:28:45 -04:00
performance performance: Move sample data out of the perl script 2021-06-06 00:27:39 -04:00
scripts Add fish context completions 2023-01-11 00:11:04 -05:00
src Ignore the aarch64-apple-darwin directory 2023-04-09 15:29:29 -04:00
taskchampion update clap used in sync-server 2023-04-09 16:17:16 -04:00
test simpletap: simplify to use parent run method 2023-01-30 18:33:42 -05:00
.gitignore Add a C++ wrapper around TC FFI 2022-07-29 21:41:41 -04:00
.gitmodules remove leftover src/taskchampion submodule 2022-07-29 21:41:41 -04:00
AUTHORS docs: Add Jake C. among AUTHORS 2021-08-21 10:09:59 -04:00
Cargo.lock update clap used in sync-server 2023-04-09 16:17:16 -04:00
Cargo.toml rename rust/ to taskchampion/ 2022-07-29 21:41:41 -04:00
ChangeLog docs: Document #2689 2022-03-16 01:39:02 -04:00
cmake.h.in I18N: Removed language build settings 2018-05-14 00:34:00 -04:00
CMakeLists.txt Add a hint to 'make test' see test problems 2022-12-18 12:01:12 -05:00
commit.h.in Code Cleanup 2013-04-07 23:50:51 -04:00
COPYING meta: Adjust copyright headers 2021-09-05 12:02:07 -04:00
DEVELOPER.md Bring contributing content from tw.org into dev docs 2022-05-25 21:17:36 -04:00
docker-compose.yml tests: Add Ubuntu 22.04 into the test matrix 2022-07-24 13:58:10 -04:00
index.html Create index.html 2018-11-21 12:14:15 -05:00
INSTALL meta: Update various links to https 2021-03-12 07:58:04 -05:00
LICENSE meta: Adjust copyright headers 2021-09-05 12:02:07 -04:00
NEWS consiered -> considered 2021-10-16 09:07:18 -04:00
README.md Add a C++ wrapper around TC FFI 2022-07-29 21:41:41 -04:00


GitHub Actions build status Release Release date 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:

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

  • develop is the current development branch. All work is done here, and upon release it will be merged to stable. While development branch is not stable, we utilize CI to ensure we're at least not merging improvements that break existing tests, and hence should be relatively safe. We still recommend making backups when using the development branch.

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
  • libuuid
  • GnuTLS (optional, required for sync)

Download the tarball, and expand it:

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

Or clone this repository:

$ git clone --recursive -b stable 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.

See further development documentation in docs/.

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.