Taskwarrior - Command line Task Management taskwarrior.org https://taskwarrior.org
Find a file
Dustin J. Mitchell 2064057688 fix clippy warnings
I don't know why these are "intermittent"
2020-11-26 22:36:31 -05:00
cli implement a local sync server 2020-11-25 19:13:32 -05:00
docs add docs for replica/server protocol 2020-11-26 19:59:52 -05:00
sync-server fix crate name for tc-sync-server 2020-11-26 22:30:07 -05:00
taskchampion fix clippy warnings 2020-11-26 22:36:31 -05:00
.gitignore implement TextOperation 2019-12-25 10:51:44 -05:00
.taskcluster.yml add cargo clippy to CI 2020-11-24 13:02:14 -05:00
Cargo.lock Revert "add signing support" 2020-11-26 22:34:20 -05:00
Cargo.toml reorganize into separate crates 2020-11-23 14:27:47 -05:00
README.md restore README to top level 2020-11-23 16:12:46 -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

Structure

There are three crates here:

See Also