Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 828037

Summary: app-misc/taskserver - a taskwarrior server
Product: Gentoo Linux Reporter: Jeff Gazso <jeff.gazso>
Component: New packagesAssignee: Default Assignee for New Packages <maintainer-wanted>
Status: RESOLVED INVALID    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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.