0.0.2
- Simple onboarding with two functions: Open existing todo.txt file and create a new one
- Open a todo.txt file and parse it into a table
- Order todos by priority
- Add contexts and projects as tags to each item
- Indicate status of completion
- Mark todos for completion
- Unmark completed todos
- Add new todos
- Edit existing todos
- Filter todos by contexts and projects
- Reset filter settings
- Sort items either according to position in todo.txt file (default) or alphabetically
- Show and hide completed todos
- Persist path to the todo.txt file
- Persist selected filters
- Persist setting for sorting
- Persist setting for "show completed"
- Show due date
- Create a new todo.txt
- Keyboard shortcuts
- Delete single todos