todod.shell

Undocumented in source.

Members

Functions

applyTags
Todo applyTags(Todo td, TagDelta delta)
Undocumented in source. Be warned that the author may not have intended to support it.
parseAndRemoveDueDate
auto parseAndRemoveDueDate(string str)

Return tuple witch string with due date removed. Due date is something along D2014-01-12

parseAndRemoveTags
auto parseAndRemoveTags(string str)
Undocumented in source. Be warned that the author may not have intended to support it.
parseDate
auto parseDate(string str, Date from)

Return date from string. Date is something along 2014-01-12

parseTags
TagDelta parseTags(string str)
Undocumented in source. Be warned that the author may not have intended to support it.
parseTarget
Targets parseTarget(string target)

Convert all or 1,.. into Targets

prettyStringTags
string prettyStringTags(Tags tags)
Undocumented in source. Be warned that the author may not have intended to support it.
prettyStringTodo
string prettyStringTodo(Todo t)
Undocumented in source. Be warned that the author may not have intended to support it.
prettyStringTodos
string prettyStringTodos(RANGE ts, Todos allTodos, TagDelta selected)
Undocumented in source. Be warned that the author may not have intended to support it.
tagColor
string tagColor(string str)
Undocumented in source. Be warned that the author may not have intended to support it.
titleEmphasize
string titleEmphasize(string str)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

Targets
struct Targets

Range that either returns elements from the array targets or returns infinitively increasing range (when all is set)

Variables

addTagRegex
auto addTagRegex;
Undocumented in source.
allTagRegex
auto allTagRegex;
Undocumented in source.
delTagRegex
auto delTagRegex;
Undocumented in source.

Meta