Added
- Next-action can now read multiple todo.txt files to select the next action from. For example:
`next-action --file todo.txt --file big-project-todo.txt`. Closes 35.
Changed
- Ignore tasks that have a start date in the future. Closes 34.
- Take creation date into account when determining the next action. Tasks created earlier take precedence. Closes 26.