Taskwarrior - Command line Task Management taskwarrior.org https://taskwarrior.org
Find a file
Dustin J. Mitchell c2c2a00ed5
Merge pull request #36 from djmitche/issue20
refactor working-set support, improve data model docs
2020-11-22 19:48:52 -05:00
docs revise and expand docs about storage / taskdb / replica 2020-11-22 17:30:42 -05:00
src Refactor working-set support, add pending tasks 2020-11-22 18:19:05 -05:00
tests rename to taskchampion 2020-11-21 18:01:25 -05:00
.gitignore implement TextOperation 2019-12-25 10:51:44 -05:00
.taskcluster.yml add an mdbook 2020-11-21 21:27:58 -05:00
Cargo.lock fix up some TODOs in replica.rs 2020-11-21 23:46:53 -05:00
Cargo.toml fix up some TODOs in replica.rs 2020-11-21 23:46:53 -05:00
README.md revise and expand docs about storage / taskdb / replica 2020-11-22 17:30:42 -05:00

TaskChampion

TaskChampion is an open-source personal task-tracking application. Use it to keep track of what you need to do, with a quick command-line interface and flexible sorting and filtering. It is modeled on TaskWarrior, but not a drop-in replacement for that application.

Goals:

  • Feature parity with TaskWarrior (but not compatibility)
  • Aproachable, maintainable codebase
  • Active development community
  • Reasonable privacy: user's task details not visible on server
  • Reliable concurrency - clients do not diverge
  • Storage performance O(n) with n number of tasks

See: