Files
bak-old/TODO.md
2021-03-14 12:59:26 +05:30

1.6 KiB

TODO

DEPRECATED AND MIGRATED TO GITHUB ISSUES

@ version: 0.1.0-beta

code

documentation

  • formatting needs work

functionality

  • 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

@ v0.1.0-beta
  • 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
  • -d has incorrect info

    • default is src dir
  • -h and -v are not mentioned

  • lightweight copy needs explanation

  • heavily dependent on GNU coreutils - realpath

    • unsatisfied dependency to be handled
    • fixed @ 8883fbf