From 98633dd52e82b562c2c2fa7fd71b613df37fcd0e Mon Sep 17 00:00:00 2001 From: kevinnls <57634663+kevinnls@users.noreply.github.com> Date: Sun, 14 Mar 2021 12:59:26 +0530 Subject: [PATCH] setup TODO for deletion. deprecated. --- TODO.md | 35 ++++++++++++++++++++++------------- 1 file changed, 22 insertions(+), 13 deletions(-) diff --git a/TODO.md b/TODO.md index 91b72bf..2c090c6 100644 --- a/TODO.md +++ b/TODO.md @@ -1,4 +1,6 @@ -# TODO +# ~~TODO~~ + +# DEPRECATED AND MIGRATED TO GITHUB ISSUES ### @ version: 0.1.0-beta ### code -- [x] add `set -e` for entire script escaped by `set +e` where needed - - pointed out by [@iammosespaulr](//github.com/iammosespaulr) - - fixed @ [6ac1dd3](//github.com/kevinnls/bak-old/tree/6ac1dd30e64bf90b091eaa3d0c1536fbc411b8dd) - - did not need escaping. -e does not apply to `test` conditions ### documentation -- [x] `-d` has incorrect info - - default is src dir -- [x] `-h` and `-v` are not mentioned -- [x] lightweight copy needs explanation - - fixed @ [48f5669](//github.com/kevinnls/bak-old/tree/48f5669511d1463347979f973cd72e2dd6ec988a) - [ ] formatting needs work ### functionality -- [x] heavily dependent on GNU coreutils - `realpath` - - unsatisfied dependency to be handled - - fixed @ [8883fbf](//github.com/kevinnls/bak-old/tree/8883fbf068fbd8cc1d21b87fe075f3845404ba03) - [ ] clone would overwrite existing .bak/.old - plan to rename existing file with ctime in suffix - [ ] installation/uninstallation/update capabilities pending @@ -40,3 +30,22 @@ the remainder at a version is rolled over to the next @ vN.N.N-xxx template END --> +
+@ v0.1.0-beta + +- [x] add `set -e` for entire script escaped by `set +e` where needed + - pointed out by [@iammosespaulr](//github.com/iammosespaulr) + - fixed @ [6ac1dd3](//github.com/kevinnls/bak-old/tree/6ac1dd30e64bf90b091eaa3d0c1536fbc411b8dd) + - did not need escaping. -e does not apply to `test` conditions + +- [x] `-d` has incorrect info + - default is src dir +- [x] `-h` and `-v` are not mentioned +- [x] lightweight copy needs explanation + - fixed @ [48f5669](//github.com/kevinnls/bak-old/tree/48f5669511d1463347979f973cd72e2dd6ec988a) + +- [x] heavily dependent on GNU coreutils - `realpath` + - unsatisfied dependency to be handled + - fixed @ [8883fbf](//github.com/kevinnls/bak-old/tree/8883fbf068fbd8cc1d21b87fe075f3845404ba03) + +
\ No newline at end of file