trestletech / todotxtpp

NodeJS Application with Dropbox Integration for Managing a Todo.txt File
MIT License
77 stars 8 forks source link

filtering by done/not done #15

Open MarHai opened 10 years ago

trestletech commented 10 years ago

Could also add "done.txt" support in this feature. Check for that file in the same dir as the loaded text file and offer to support it.

In this mode, we'd move completed tasks to the done.txt file on save.

Not/Done filtering should be supported whether "done.txt" mode is enabled or not, though.