Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision |
| taskwarrior [07/03/2026 20:26:01 CDT] – silent700 | taskwarrior [07/03/2026 20:48:46 CDT] (current) – silent700 |
|---|
| ======Taskwarrior Notes====== | ======Taskwarrior Notes====== |
| *All operations below were performed under Debian 13.5. Debian 12 appeared to lack the necessary tools or libraries (must test further). | My stack so far is: |
| | *[[https://taskwarrior.org|Taskwarrior]] 3.4.2 |
| | *[[https://github.com/GothenburgBitFactory/taskchampion-sync-server/tree/main|Taskchampion]] server (latest) |
| | *lbesnard's [[https://github.com/lbesnard/task-tui|task-tui]] |
| | *[[https://play.google.com/store/apps/details?id=tech.strid.taskstrider&hl=en_US&pli=1|Taskstrider]] for Android |
| | |
| | |
| | All operations below were performed under Debian 13.5. Debian 12 appeared to lack the necessary tools or libraries (must test further). |
| |
| ====Server==== | ====Server==== |
| We need to install the Task Champion server: | We need to install the Task Champion server using Docker, which is opaque and full of danger: |
| <code> | <code> |
| apt-get install rust-all rustup git | apt-get install rust-all rustup git |
| [[https://taskwarrior.org/download/task-2.5.3.ref.pdf|Command Reference (for 2.5.3, can't find one for 3.4.x yet)]] | [[https://taskwarrior.org/download/task-2.5.3.ref.pdf|Command Reference (for 2.5.3, can't find one for 3.4.x yet)]] |
| |
| Unfortunately, the official taskwarrior-tui does not work with version 3.4 yet, but [[https://github.com/lbesnard/task-tui|this]] shows promise. | Unfortunately, the official taskwarrior-tui does not work with version 3.4 yet, but [[https://github.com/lbesnard/task-tui|this]] works. |