Skip to content

Current Taskwarrior sync server is complicated to setup. This sync system use simple sync by pushing to Github Gist as encrypted PGP

Notifications You must be signed in to change notification settings

mozram/Taskwarrior-sync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 

Repository files navigation

Taskwarrior-sync

Alternative to Taskd by Taskwarrior. Using simpler method than Taskd, but as secure (if not more secure) via PGP encryption.

Features

[+] Secure sync via PGP
[+] Store data in Git Gist
[+] Very easy to setup
[+] Daemon mode to auto sync
[+] Desktop notification support for daemon mode
[-] Only support desktop

Usage

Export the following environment variable:

export TASK_SYNC_TOKEN="Your Gist access token"
export TASK_GIST_ID="Your Gist ID"
export TASK_USER_ID="Email address associated with your PGP key"

To push to Gist: ./taskwarrior-sync.py --push

To pull from Gist: ./taskwarrior-sync.py --pull

About

Current Taskwarrior sync server is complicated to setup. This sync system use simple sync by pushing to Github Gist as encrypted PGP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages