Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 670 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 670 Bytes

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