aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorTeddy Wing2020-07-29 01:56:40 +0200
committerTeddy Wing2020-07-29 01:56:40 +0200
commitd604d0f58b05e8cb7ab09efa88099fe79803d373 (patch)
tree035ca0caadea60c837f9b46e301244cade39666e /TODO
parentf29d7a2b1831fbf6e7091a5ea070e150d7063c48 (diff)
downloadgit-suggestion-d604d0f58b05e8cb7ab09efa88099fe79803d373.tar.bz2
Add TODO
Diffstat (limited to 'TODO')
-rw-r--r--TODO17
1 files changed, 17 insertions, 0 deletions
diff --git a/TODO b/TODO
new file mode 100644
index 0000000..a0a8475
--- /dev/null
+++ b/TODO
@@ -0,0 +1,17 @@
+TODO
+
+2020.07.26:
+v Make patch not apply when the file is different from the one in commit (apply()) (2020.07.27)
+- git-sugcommit
+v Replace `unwrap()`s, with errors/Results (2020.07.28)
+v Test `Suggestions.diff()` (2020.07.27)
+
+2020.07.28:
+- Add docs
+x Rename to github-suggestion-patch
+v Rename to github-suggestion
+- Print error messages instead of `unwrap()`s in binaries
+- Binary exit codes
+- Accept multiple suggestion CLI arguments
+- Accept suggestion comment IDs as CLI args, get repo owner and name from local Git remote
+- Man pages