Alternative to Taskd by Taskwarrior. Using simpler method than Taskd, but as secure (if not more secure) via PGP encryption.
[+] 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
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