mirror of
https://github.com/GothenburgBitFactory/taskchampion-sync-server.git
synced 2025-08-02 05:30:26 +02:00
11 lines
468 B
Markdown
11 lines
468 B
Markdown
# Introduction
|
|
|
|
Taskchampion Sync-Server is an implementation of the TaskChampion [sync
|
|
protocol][sync-protocol] server. It supports synchronizing Taskwarrior tasks
|
|
between multiple systems.
|
|
|
|
[sync-protocol]: https://gothenburgbitfactory.org/taskchampion/sync.html
|
|
|
|
The project provides both pre-built images for common use-cases (see
|
|
[usage](./usage.md)) and Rust libraries that can be used to build more
|
|
sophisticated applications ([integration](./integration.md)).
|