Hacker News new | ask | show | jobs
by maayank 821 days ago
Just use taskwarrior + git
2 comments

Manually having to sync with stuff like:

git commit -am "update"

is very tedious.

Nothing an autocomplete shell doesn't solve :)
Setup a cron!
Thanks but no thanks.
Could also have a file watcher that auto commits. I imagine there's already a plugin that does that.
I use both also but not together.

Can you elaborate on any synergy or connection you are referring to?

My flow for a time was having ~/.task as a git repo and then when moving devices (laptop<->workstation<->home comp) sync using git :)