mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Taskwarrior - Command line Task Management taskwarrior.org
https://taskwarrior.org
docs | ||
src | ||
tests | ||
.gitignore | ||
.taskcluster.yml | ||
Cargo.lock | ||
Cargo.toml | ||
README.md |
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:
- Documentation (will be published as an mdbook eventually)
- Progress on the first version