All Projects → GothenburgBitFactory → Taskwarrior

GothenburgBitFactory / Taskwarrior

Licence: other
Taskwarrior - Command line Task Management

Programming Languages

C++
36643 projects - #6 most used programming language
python
139335 projects - #7 most used programming language
shell
77523 projects
CMake
9771 projects
Vim Script
2826 projects
perl
6916 projects

Projects that are alternatives of or similar to Taskwarrior

Dstask
Single binary terminal-based TODO manager with git-based sync + markdown notes per task
Stars: ✭ 431 (-80.75%)
Mutual labels:  todo, gtd, cli, task
Taskbook
Tasks, boards & notes for the command-line habitat
Stars: ✭ 8,326 (+271.86%)
Mutual labels:  todo, cli, task
Yokadi
Command line oriented, sqlite powered, todo list
Stars: ✭ 119 (-94.69%)
Mutual labels:  todo, gtd, commandline
Gitviper
Enhanced git experience using the command line
Stars: ✭ 35 (-98.44%)
Mutual labels:  todo, cli, commandline
cheq
A command-line checklist app
Stars: ✭ 17 (-99.24%)
Mutual labels:  task, todo, gtd
taskw-dart
Taskwarrior-inspired mobile todo app
Stars: ✭ 58 (-97.41%)
Mutual labels:  task, todo, taskwarrior
Taskline
Tasks, boards & notes for the command-line habitat
Stars: ✭ 78 (-96.52%)
Mutual labels:  todo, cli, task
Topydo
A powerful todo list application for the console, using the todo.txt format.
Stars: ✭ 511 (-77.18%)
Mutual labels:  todo, cli, task
Tasklite
The CLI task manager for power users
Stars: ✭ 91 (-95.94%)
Mutual labels:  todo, cli, task
Run When
Run tasks based on "Git diff" changes 🏃 ➕ ➖
Stars: ✭ 63 (-97.19%)
Mutual labels:  cli, task
Slackcat
CLI utility to post files and command output to slack
Stars: ✭ 1,127 (-49.67%)
Mutual labels:  cli, commandline
Listr2
NodeJS Task List derived from the best! Create beautiful CLI interfaces via easy and logical to implement task lists that feel alive and interactive.
Stars: ✭ 73 (-96.74%)
Mutual labels:  cli, task
Ntutils
Various Command Line Utilities Ported to Windows NT
Stars: ✭ 58 (-97.41%)
Mutual labels:  cli, commandline
Swiftline
Swiftline is a set of tools to help you create command line applications.
Stars: ✭ 1,156 (-48.37%)
Mutual labels:  cli, commandline
Tracks
Tracks is a GTD™ web application, built with Ruby on Rails
Stars: ✭ 991 (-55.74%)
Mutual labels:  todo, gtd
Nodo
☑ Command line TODO app
Stars: ✭ 73 (-96.74%)
Mutual labels:  todo, cli
Task
Terminal tasks todo with reminder tool for geek
Stars: ✭ 73 (-96.74%)
Mutual labels:  todo, task
Fileinfo
📄Get information on over 10,000 file extensions right from the terminal
Stars: ✭ 86 (-96.16%)
Mutual labels:  cli, commandline
Py Todo
📋 Lightweight reminder / todo-list in cli
Stars: ✭ 102 (-95.44%)
Mutual labels:  todo, cli
Lc
licensechecker (lc) a command line application which scans directories and identifies what software license things are under producing reports as either SPDX, CSV, JSON, XLSX or CLI Tabular output. Dual-licensed under MIT or the UNLICENSE.
Stars: ✭ 93 (-95.85%)
Mutual labels:  cli, commandline

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 [email protected]

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.1.tar.gz
$ tar xzf task-2.6.1.tar.gz
$ cd task-2.6.1

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.

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].