AnthonyDiGirolamo / todotxt-machine

an interactive terminal based todo.txt file editor with an interface similar to mutt
https://pypi.python.org/pypi/todotxt-machine/
GNU General Public License v3.0
244 stars 37 forks source link

Auto-save TODO items every 30 seconds. #28

Closed ashay closed 8 years ago

ashay commented 9 years ago

Hey Tony, does this patch seem useful to you? I thought of this because Python seems to crash when I change the display resolution, causing me to lose the most recent changes to the TODO list.

This code does use global variables and there probably is a way to avoid that. Unfortunately, my grasp of Python doesn't go very far. Let me know if there's a way to write the same code in a better manner. Thanks!

kespindler commented 8 years ago

hey Ashay, you might also check out my fork kespindler/todotxt-machine where I save upon completing editing each line. Been chatting w Anthony and should have a related PR to merge back in this weekend.