Modules§
- config
- Handle app configuration.
- count
- Counting tasks, including logging them to file.
- dialog
- Editing text within a dialog box.
- modes
- The various modes the app can be in.
Structs§
- App
- The data and state of the app.
- File
With Tasks - A file that contains tasks.
- Rich
Task - A task that includes the task set and file it belongs to.
- Task
- An individual task.
- TaskSet
- A group of tasks.
Enums§
- Completion
Status - Status of a task.
- File
Status - How a file can be categorized.
- Priority
- Priority of a file, task set, or task, from lowest to highest.
- TfError
- The errors that can occur.
Constants§
Statics§
Functions§
- centered_
rect - Create a centered rect, offset by sidebar.
- edit
- Open a file for editing.