mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
restore README to top level
This commit is contained in:
parent
635852c6d9
commit
1de24f66dc
1 changed files with 10 additions and 2 deletions
|
@ -5,7 +5,7 @@ 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.
|
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](https://taskwarrior.org), but not a drop-in replacement for that application.
|
It is modeled on [TaskWarrior](https://taskwarrior.org), but not a drop-in replacement for that application.
|
||||||
|
|
||||||
Goals:
|
## Goals
|
||||||
|
|
||||||
* Feature parity with TaskWarrior (but not compatibility)
|
* Feature parity with TaskWarrior (but not compatibility)
|
||||||
* Aproachable, maintainable codebase
|
* Aproachable, maintainable codebase
|
||||||
|
@ -14,7 +14,15 @@ Goals:
|
||||||
* Reliable concurrency - clients do not diverge
|
* Reliable concurrency - clients do not diverge
|
||||||
* Storage performance O(n) with n number of tasks
|
* Storage performance O(n) with n number of tasks
|
||||||
|
|
||||||
See:
|
## Structure
|
||||||
|
|
||||||
|
There are three crates here:
|
||||||
|
|
||||||
|
* [taskchampion](./taskchampion) - the core of the tool
|
||||||
|
* [taskchampion-cli](./cli) - the command-line binary
|
||||||
|
* [taskchampion-sync-server](./sync-server) - the server against which `task sync` operates
|
||||||
|
|
||||||
|
## See Also
|
||||||
|
|
||||||
* [Documentation](docs/src/SUMMARY.md) (will be published as an mdbook eventually)
|
* [Documentation](docs/src/SUMMARY.md) (will be published as an mdbook eventually)
|
||||||
* [Progress on the first version](https://github.com/djmitche/taskwarrior-rust/projects/1)
|
* [Progress on the first version](https://github.com/djmitche/taskwarrior-rust/projects/1)
|
Loading…
Add table
Add a link
Reference in a new issue