diff --git a/TODO.md b/TODO.md index a08c2bd..eefe88e 100644 --- a/TODO.md +++ b/TODO.md @@ -1,11 +1,17 @@ -# Expand desktop notifications +# ~~Expand desktop notifications~~ -Converge should use notify-send anytime there is a failure with a git operation +~~Converge should use notify-send anytime there is a failure with a git operation~~ -# Commit and push uncommitted changes +✅ Done (notify-send on commit, pull, and push failures — eb847c0) -On startup, Converge should detect any uncommitted changes in a monitored repo and then commit and push them. +# ~~Commit and push uncommitted changes~~ -# Git write operations should be logged +~~On startup, Converge should detect any uncommitted changes in a monitored repo and then commit and push them.~~ -All git operations that modify repo state should be logged - including the time, command, arguments and exit code. Possibly the standard out and standard error. +✅ Done (startup sync + push — 63e034f) + +# ~~Git write operations should be logged~~ + +~~All git operations that modify repo state should be logged - including the time, command, arguments and exit code. Possibly the standard out and standard error.~~ + +✅ Done (loggedGit helper — 2f2cc16)