From 8e527a67029775eb24e5b60d2d4afbb1c3e33eb6 Mon Sep 17 00:00:00 2001 From: kevinnls <57634663+kevinnls@users.noreply.github.com> Date: Thu, 7 Jan 2021 22:11:33 +0530 Subject: [PATCH] add TODO --- TODO.md | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 TODO.md diff --git a/TODO.md b/TODO.md new file mode 100644 index 0000000..879a89d --- /dev/null +++ b/TODO.md @@ -0,0 +1,37 @@ +# TODO +### @ version: 0.1.0-beta + + + +### code +- [ ] add `set -e` for entire script escaped by `set +e` where needed + - pointed out by @iammosespaulr + +### documentation +- [ ] `-d` has incorrect info + - default is src dir +- [ ] `-h` and `-v` are not mentioned +- [ ] formatting needs work +- [ ] lightweight copy needs explanation + +### functionality +- [ ] heavily dependent on GNU coreutils - `realpath` + - unsatisfied dependency to be handled +- [ ] clone would overwrite existing .bak/.old + - plan to rename existing file with ctime in suffix +- [ ] installation/uninstallation/update capabilities pending + +### miscellaneous +- [ ] to decide and add license for RC + - include in script keeping with zero-conf, single-file idea? + +### completed +