Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 828037 - app-misc/taskserver - a taskwarrior server
Summary: app-misc/taskserver - a taskwarrior server
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Default Assignee for New Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-12-02 22:29 UTC by Jeff Gazso
Modified: 2021-12-04 19:52 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jeff Gazso 2021-12-02 22:29:33 UTC
The existing package app-misc/task allows a user to locally manage TODO task items from the command line. It's a handy tool but by default it's limited to a single device. 

There is also a server side component called taskserver. The server component taskserver allows syncing of tasks lists from one's own infrastructure to multiple devices including both workstations and smartphones.

* The code is here on GitHub: https://github.com/GothenburgBitFactory/taskserver
* The build instructions are here: https://taskwarrior.org/docs/taskserver/git.html
Comment 1 Jeff Gazso 2021-12-04 19:52:16 UTC
It looks like app-misc/taskd (taskwarrior's server component) exists, I just missed it when I went looking for it. Sorry about that.