taskwarrior

Taskwarrior - Commandline Task Management

Github星跟踪图

Taskwarrior

Travis build status

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 taskwarrior.org/docs

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

Support

For support options, take a look at taskwarrior.org/support

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,
    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 5.0+ or clang 3.4+ for full C++14 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

In case of errors with libshared - URL pointing to git.tasktools.org in either .git/config or .gitmodules:

$ sed -i 's/git.tasktools.org\/TM/github.com\/GothenburgBitFactory/' .git/config
$ git submodule update

or

$ sed -i 's/git.tasktools.org\/TM/github.com\/GothenburgBitFactory/' .gitmodules
$ git submodule init
$ git submodule update

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

License

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

主要指标

概览
名称与所有者GothenburgBitFactory/taskwarrior
主编程语言C++
编程语言CMake (语言数: 10)
平台
许可证MIT License
所有者活动
创建于2018-02-03 10:14:26
推送于2025-04-21 00:51:38
最后一次提交
发布数57
最新版本名称v3.4.1 (发布于 )
第一版名称v0.9.4 (发布于 )
用户参与
星数4.8k
关注者数55
派生数338
提交数11.9k
已启用问题?
问题数2871
打开的问题数414
拉请求数669
打开的拉请求数4
关闭的拉请求数84
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?