iamsergio / flow-pomodoro

A pomodoro app that blocks distractions while you work
https://github.com/iamsergio/flow-pomodoro
GNU General Public License v2.0
72 stars 11 forks source link

todotxt task storage/integration. #3

Open timoc opened 9 years ago

timoc commented 9 years ago

I would like to suggest todotxt integration. http://todotxt.com/

Here is a todo.txt parser for example, that should work with QML. https://github.com/jmhobbs/jsTodoTxt

iamsergio commented 9 years ago

Can you elaborate more on what kind of integration ? Basically import a todo.txt file ?

timoc commented 9 years ago

I create a todo.txt file from my org notes, and i sync that todo.txt across machines with dropbox. I have an app that can read todo.txt an android (clockwork-tomato), which is fine when i have my phone with me, but i have nothing for my desktop.

So ideally, it would interact with my todo.txt file, especially if it can re-load when the file is changed. ideally, to keep all the state in the todotxt, so i can share my global todo/flow state on other machines.