Todo.txt is a set of rules of managing todo-list
Rules of incomplete tasks
- If priority exists, it always appears first.
- A task’s creation date may optionally appear directly after priority and a space.
- Contexts and projects may appear anywhere in the line after priority and prepended date.
Rules of complete tasks
- A completed task starts with an lowercase x character.
- The date of completion appears directly after the x, separated by a space.