Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FormatTable ¶
FormatTable returns a formatted string table of tasks.
func GroupByFile ¶
GroupByFile groups tasks by their source file.
func GroupByTag ¶
GroupByTag groups tasks by their tags. A task with multiple tags appears in each group.
Types ¶
type Task ¶
type Task struct {
File string
Line int
Text string
Checked bool
Priority string // "high", "medium", "low", or ""
Tags []string // extracted #tag values
DueDate string // extracted @due(YYYY-MM-DD) value
}
Task represents a TODO/FIXME extracted from markdown files.
Click to show internal directories.
Click to hide internal directories.