Manuel-Kehl / Go-For-It

A stylish to-do list with built-in productivity timer. NOTE: all contributions should go to Jonathan Moerman's fork because this is where active development is taking place: https://github.com/JMoerman/Go-For-It
http://manuel-kehl.de/projects/go-for-it/
GNU General Public License v3.0
516 stars 51 forks source link

Completed tasks are marked incorrectly #39

Closed xordspar0 closed 9 years ago

xordspar0 commented 9 years ago

The Todo.txt format specifies that done tasks should be marked with an "x" followed by a space. Go For It currently doesn't include that space, so other Todo.txt applications don't recognize the tasks as done.

xordspar0 commented 9 years ago

Source: https://github.com/ginatrapani/todo.txt-cli/wiki/The-Todo.txt-Format#rule-2-the-date-of-completion-appears-directly-after-the-x-separated-by-a-space

Manuel-Kehl commented 9 years ago

Thanks @xordspar0 for pointing that out and fixing it already :+1: