todod.storage

Undocumented in source.

Members

Functions

addStorageCommands
Commands!(Todos delegate(Todos, string)) addStorageCommands(Commands!(Todos delegate(Todos, string)) main, GitRepo gitRepo)
Undocumented in source. Be warned that the author may not have intended to support it.
commitChanges
void commitChanges(GitRepo gr, string fileName, string message)
Undocumented in source. Be warned that the author may not have intended to support it.
gitPull
void gitPull(GitRepo gr)
Undocumented in source. Be warned that the author may not have intended to support it.
gitPush
void gitPush(GitRepo gr)
Undocumented in source. Be warned that the author may not have intended to support it.
openRepo
GitRepo openRepo(string repoPath)

Open (or initializes when not exists) a repository in the given path

readFile
string readFile(string path, string name)
Undocumented in source. Be warned that the author may not have intended to support it.
writeToFile
void writeToFile(string path, string name, string contents)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

GitRepo
struct GitRepo
Undocumented in source.

Meta