Files
bak-old/TODO.md
2021-01-08 02:12:08 +05:30

1.3 KiB

TODO

@ version: 0.1.0-beta

code

  • add set -e for entire script escaped by set +e where needed
    • pointed out by @iammosespaulr
    • fixed @ 6ac1dd3
      • did not need escaping. -e does not apply to test conditions

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