Expand description
Useful functions for manipulating todo lists.
These mostly operate on Vec<&Item>
.
Functionsยง
- find_
items_ by_ context - Filter Vec<&Item> by an @context.
- find_
items_ by_ line_ number - Filter Vec<&Item> by a #linenumber.
- find_
items_ by_ string - Filter Vec<&Item> by a string match.
- find_
items_ by_ tag - Filter Vec<&Item> by a +tag.
- group_
items_ by_ importance - Group a Vec<&Item> into categories based on task importance.
- group_
items_ by_ size - Group a Vec<&Item> into categories based on task size.
- group_
items_ by_ urgency - Group a Vec<&Item> into categories based on task urgency.
- sort_
items_ by - Sort Vec<&Item> in a variety of ways.