Crate taskfinder

Source

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.
FileWithTasks
A file that contains tasks.
RichTask
A task that includes the task set and file it belongs to.
Task
An individual task.
TaskSet
A group of tasks.

Enums§

CompletionStatus
Status of a task.
FileStatus
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§

SIDEBAR_SIZE
TASK_IDENTIFIERS
USAGE

Statics§

COMPLETED_DATE_RE
DUE_DATE_RE
ORDER_RE
TAG_RE

Functions§

centered_rect
Create a centered rect, offset by sidebar.
edit
Open a file for editing.