todod.todo

Undocumented in source.

Members

Classes

Todos
class Todos

Working on list of todos

Functions

allTags
Tags allTags(Todos ts)

Return all existing tags

generateSomeTodos
Todos generateSomeTodos()
Undocumented in source. Be warned that the author may not have intended to support it.
lastProgress
auto lastProgress(Todo t)

Days since last progress. If no progress has been made then days since creation

loadTodos
Todos loadTodos(GitRepo gr)
Undocumented in source. Be warned that the author may not have intended to support it.
random
Todo[] random(Todos ts, TagDelta selected, size_t no)
Undocumented in source. Be warned that the author may not have intended to support it.
tagsWithCount
size_t[Tag] tagsWithCount(Todos ts)
Undocumented in source. Be warned that the author may not have intended to support it.
toJSON
JSONValue toJSON(Todo t)
Undocumented in source. Be warned that the author may not have intended to support it.
toJSON
JSONValue toJSON(Todos ts)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString(Todo t)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString(Todos ts)
Undocumented in source. Be warned that the author may not have intended to support it.
toTodo
Todo toTodo(JSONValue json)
Undocumented in source. Be warned that the author may not have intended to support it.
toTodos
Todos toTodos(JSONValue json)
Undocumented in source. Be warned that the author may not have intended to support it.
writeTodos
void writeTodos(Todos ts, GitRepo gr)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

Todo
struct Todo
Undocumented in source.

Meta